diff --git a/404.html b/404.html index 0ea407fe..d3c9ea00 100644 --- a/404.html +++ b/404.html @@ -27,7 +27,7 @@ REDCapR - 1.3.0 + 1.3.0.9000 diff --git a/CONDUCT.html b/CONDUCT.html index e154fb3e..779c0ee1 100644 --- a/CONDUCT.html +++ b/CONDUCT.html @@ -7,7 +7,7 @@ REDCapR - 1.3.0 + 1.3.0.9000 diff --git a/LICENSE-text.html b/LICENSE-text.html index 4e45bae6..c824be28 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -7,7 +7,7 @@ REDCapR - 1.3.0 + 1.3.0.9000 diff --git a/LICENSE.html b/LICENSE.html index 8e7e6793..1dc3ae64 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -7,7 +7,7 @@ REDCapR - 1.3.0 + 1.3.0.9000 diff --git a/articles/BasicREDCapROperations.html b/articles/BasicREDCapROperations.html index ce516527..c58b5c9b 100644 --- a/articles/BasicREDCapROperations.html +++ b/articles/BasicREDCapROperations.html @@ -26,7 +26,7 @@ REDCapR - 1.3.0 + 1.3.0.9000 @@ -58,7 +58,7 @@ Basic REDCapR Operations - 2024-10-23 + 2024-10-24 Source: vignettes/BasicREDCapROperations.Rmd BasicREDCapROperations.Rmd @@ -100,14 +100,14 @@ Read all records and fields# Return all records and all variables. ds_all_rows_all_fields <- redcap_read(redcap_uri = uri, token = token)$data #> 24 variable metadata records were read from REDCap in 0.2 seconds. The http status code was 200. -#> The data dictionary describing 17 fields was read from REDCap in 0.3 seconds. The http status code was 200. +#> The data dictionary describing 17 fields was read from REDCap in 0.1 seconds. The http status code was 200. #> 3 instrument metadata records were read from REDCap in 0.1 seconds. The http status code was 200. #> 1 rows were read from REDCap in 0.1 seconds. The http status code was 200. #> 2 data access groups were read from REDCap in 0.1 seconds. The http status code was 200. #> 5 records and 1 columns were read from REDCap in 0.2 seconds. The http status code was 200. -#> Starting to read 5 records at 2024-10-23 01:36:26.139509. +#> Starting to read 5 records at 2024-10-24 01:59:35.050538. #> Reading batch 1 of 1, with subjects 1 through 5 (ie, 5 unique subject records). -#> 5 records and 25 columns were read from REDCap in 0.4 seconds. The http status code was 200. +#> 5 records and 25 columns were read from REDCap in 0.2 seconds. The http status code was 200. ds_all_rows_all_fields # Inspect the returned dataset #> # A tibble: 5 × 25 #> record_id name_first name_last address telephone email dob age sex @@ -150,7 +150,7 @@ Read a subset of the records#> 1 rows were read from REDCap in 0.1 seconds. The http status code was 200. #> 2 data access groups were read from REDCap in 0.1 seconds. The http status code was 200. #> 2 records and 1 columns were read from REDCap in 0.2 seconds. The http status code was 200. -#> Starting to read 2 records at 2024-10-23 01:36:28.153373. +#> Starting to read 2 records at 2024-10-24 01:59:36.740378. #> Reading batch 1 of 1, with subjects 1 through 3 (ie, 2 unique subject records). #> 2 records and 25 columns were read from REDCap in 0.2 seconds. The http status code was 200. @@ -175,13 +175,13 @@ Read a subset of the fields= token, fields = desired_fields )$data -#> 24 variable metadata records were read from REDCap in 0.2 seconds. The http status code was 200. -#> The data dictionary describing 17 fields was read from REDCap in 0.2 seconds. The http status code was 200. -#> 3 instrument metadata records were read from REDCap in 0.2 seconds. The http status code was 200. -#> 1 rows were read from REDCap in 0.2 seconds. The http status code was 200. -#> 2 data access groups were read from REDCap in 0.5 seconds. The http status code was 200. +#> 24 variable metadata records were read from REDCap in 0.1 seconds. The http status code was 200. +#> The data dictionary describing 17 fields was read from REDCap in 0.1 seconds. The http status code was 200. +#> 3 instrument metadata records were read from REDCap in 0.1 seconds. The http status code was 200. +#> 1 rows were read from REDCap in 0.1 seconds. The http status code was 200. +#> 2 data access groups were read from REDCap in 0.1 seconds. The http status code was 200. #> 5 records and 1 columns were read from REDCap in 0.2 seconds. The http status code was 200. -#> Starting to read 5 records at 2024-10-23 01:36:30.65835. +#> Starting to read 5 records at 2024-10-24 01:59:38.659791. #> Reading batch 1 of 1, with subjects 1 through 5 (ie, 5 unique subject records). #> 5 records and 3 columns were read from REDCap in 0.2 seconds. The http status code was 200. @@ -209,13 +209,13 @@ Re token = token, fields = desired_fields_v3 )$data -#> 24 variable metadata records were read from REDCap in 0.2 seconds. The http status code was 200. +#> 24 variable metadata records were read from REDCap in 0.1 seconds. The http status code was 200. #> The data dictionary describing 17 fields was read from REDCap in 0.1 seconds. The http status code was 200. #> 3 instrument metadata records were read from REDCap in 0.1 seconds. The http status code was 200. #> 1 rows were read from REDCap in 0.1 seconds. The http status code was 200. #> 2 data access groups were read from REDCap in 0.1 seconds. The http status code was 200. #> 5 records and 1 columns were read from REDCap in 0.2 seconds. The http status code was 200. -#> Starting to read 5 records at 2024-10-23 01:36:32.436257. +#> Starting to read 5 records at 2024-10-24 01:59:40.547308. #> Reading batch 1 of 1, with subjects 1 through 5 (ie, 5 unique subject records). #> 5 records and 3 columns were read from REDCap in 0.2 seconds. The http status code was 200. @@ -252,7 +252,7 @@ Re #> 1 rows were read from REDCap in 0.1 seconds. The http status code was 200. #> 2 data access groups were read from REDCap in 0.1 seconds. The http status code was 200. #> 2 records and 1 columns were read from REDCap in 0.2 seconds. The http status code was 200. -#> Starting to read 2 records at 2024-10-23 01:36:34.240438. +#> Starting to read 2 records at 2024-10-24 01:59:42.345057. #> Reading batch 1 of 1, with subjects 3 through 5 (ie, 2 unique subject records). #> 2 records and 25 columns were read from REDCap in 0.2 seconds. The http status code was 200. @@ -303,11 +303,11 @@ Additional Returned Information) #> 24 variable metadata records were read from REDCap in 0.1 seconds. The http status code was 200. #> The data dictionary describing 17 fields was read from REDCap in 0.1 seconds. The http status code was 200. -#> 3 instrument metadata records were read from REDCap in 0.3 seconds. The http status code was 200. +#> 3 instrument metadata records were read from REDCap in 0.1 seconds. The http status code was 200. #> 1 rows were read from REDCap in 0.1 seconds. The http status code was 200. #> 2 data access groups were read from REDCap in 0.1 seconds. The http status code was 200. -#> 5 records and 1 columns were read from REDCap in 0.4 seconds. The http status code was 200. -#> Starting to read 5 records at 2024-10-23 01:36:36.510185. +#> 5 records and 1 columns were read from REDCap in 0.2 seconds. The http status code was 200. +#> Starting to read 5 records at 2024-10-24 01:59:44.185116. #> Reading batch 1 of 1, with subjects 1 through 5 (ie, 5 unique subject records). #> 5 records and 3 columns were read from REDCap in 0.2 seconds. The http status code was 200. all_information #Inspect the additional information @@ -352,7 +352,7 @@ Additional Returned Information#> [1] NA #> #> $elapsed_seconds -#> [1] 2.183123 +#> [1] 1.78292 @@ -373,75 +373,75 @@ Session Information#> collate en_US.UTF-8 #> ctype en_US.UTF-8 #> tz UTC -#> date 2024-10-23 +#> date 2024-10-24 #> pandoc 3.1.11 @ /usr/local/bin/ (via rmarkdown) #> #> ─ Packages ─────────────────────────────────────────────────────────────────── -#> package * version date (UTC) lib source -#> backports 1.5.0 2024-05-23 [1] CRAN (R 4.4.0) -#> bit 4.5.0 2024-09-20 [1] CRAN (R 4.4.1) -#> bit64 4.5.2 2024-09-22 [1] CRAN (R 4.4.1) -#> bslib 0.8.0 2024-07-29 [1] CRAN (R 4.4.0) -#> cachem 1.1.0 2024-05-16 [1] CRAN (R 4.4.0) -#> checkmate 2.3.2 2024-07-29 [1] CRAN (R 4.4.0) -#> cli 3.6.3 2024-06-21 [1] CRAN (R 4.4.0) -#> colorspace 2.1-1 2024-07-26 [1] CRAN (R 4.4.0) -#> crayon 1.5.3 2024-06-20 [1] CRAN (R 4.4.0) -#> curl 5.2.3 2024-09-20 [1] CRAN (R 4.4.1) -#> desc 1.4.3 2023-12-10 [1] CRAN (R 4.4.0) -#> digest 0.6.37 2024-08-19 [1] CRAN (R 4.4.1) -#> dplyr 1.1.4 2023-11-17 [1] CRAN (R 4.4.0) -#> evaluate 1.0.1 2024-10-10 [1] CRAN (R 4.4.1) -#> fansi 1.0.6 2023-12-08 [1] CRAN (R 4.4.0) -#> fastmap 1.2.0 2024-05-15 [1] CRAN (R 4.4.0) -#> fs 1.6.4 2024-04-25 [1] CRAN (R 4.4.0) -#> generics 0.1.3 2022-07-05 [1] CRAN (R 4.4.0) -#> glue 1.8.0 2024-09-30 [1] CRAN (R 4.4.1) -#> hms 1.1.3 2023-03-21 [1] CRAN (R 4.4.0) -#> htmltools 0.5.8.1 2024-04-04 [1] CRAN (R 4.4.0) -#> httr 1.4.7 2023-08-15 [1] CRAN (R 4.4.0) -#> jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.4.0) -#> jsonlite 1.8.9 2024-09-20 [1] CRAN (R 4.4.1) -#> kableExtra 1.4.0 2024-01-24 [1] CRAN (R 4.4.0) -#> knitr * 1.48 2024-07-07 [1] CRAN (R 4.4.0) -#> lifecycle 1.0.4 2023-11-07 [1] CRAN (R 4.4.0) -#> magrittr * 2.0.3 2022-03-30 [1] CRAN (R 4.4.0) -#> munsell 0.5.1 2024-04-01 [1] CRAN (R 4.4.0) -#> pillar 1.9.0 2023-03-22 [1] CRAN (R 4.4.0) -#> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.4.0) -#> pkgdown 2.1.1 2024-09-17 [1] CRAN (R 4.4.1) -#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.4.0) -#> ragg 1.3.3 2024-09-11 [1] CRAN (R 4.4.1) -#> readr 2.1.5 2024-01-10 [1] CRAN (R 4.4.0) -#> REDCapR * 1.3.0 2024-10-23 [1] local -#> rlang 1.1.4 2024-06-04 [1] CRAN (R 4.4.0) -#> rmarkdown 2.28 2024-08-17 [1] CRAN (R 4.4.0) -#> rstudioapi 0.17.0 2024-10-16 [1] CRAN (R 4.4.1) -#> sass 0.4.9 2024-03-15 [1] CRAN (R 4.4.0) -#> scales 1.3.0 2023-11-28 [1] CRAN (R 4.4.0) -#> sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.4.0) -#> stringi 1.8.4 2024-05-06 [1] CRAN (R 4.4.0) -#> stringr 1.5.1 2023-11-14 [1] CRAN (R 4.4.0) -#> svglite 2.1.3 2023-12-08 [1] CRAN (R 4.4.0) -#> systemfonts 1.1.0 2024-05-15 [1] CRAN (R 4.4.0) -#> textshaping 0.4.0 2024-05-24 [1] CRAN (R 4.4.0) -#> tibble 3.2.1 2023-03-20 [1] CRAN (R 4.4.0) -#> tidyselect 1.2.1 2024-03-11 [1] CRAN (R 4.4.0) -#> tzdb 0.4.0 2023-05-12 [1] CRAN (R 4.4.0) -#> utf8 1.2.4 2023-10-22 [1] CRAN (R 4.4.0) -#> vctrs 0.6.5 2023-12-01 [1] CRAN (R 4.4.0) -#> viridisLite 0.4.2 2023-05-02 [1] CRAN (R 4.4.0) -#> vroom 1.6.5 2023-12-05 [1] CRAN (R 4.4.0) -#> withr 3.0.1 2024-07-31 [1] CRAN (R 4.4.0) -#> xfun 0.48 2024-10-03 [1] CRAN (R 4.4.1) -#> xml2 1.3.6 2023-12-04 [1] CRAN (R 4.4.0) -#> yaml 2.3.10 2024-07-26 [1] CRAN (R 4.4.0) +#> package * version date (UTC) lib source +#> backports 1.5.0 2024-05-23 [1] CRAN (R 4.4.0) +#> bit 4.5.0 2024-09-20 [1] CRAN (R 4.4.1) +#> bit64 4.5.2 2024-09-22 [1] CRAN (R 4.4.1) +#> bslib 0.8.0 2024-07-29 [1] CRAN (R 4.4.0) +#> cachem 1.1.0 2024-05-16 [1] CRAN (R 4.4.0) +#> checkmate 2.3.2 2024-07-29 [1] CRAN (R 4.4.0) +#> cli 3.6.3 2024-06-21 [1] CRAN (R 4.4.0) +#> colorspace 2.1-1 2024-07-26 [1] CRAN (R 4.4.0) +#> crayon 1.5.3 2024-06-20 [1] CRAN (R 4.4.0) +#> curl 5.2.3 2024-09-20 [1] CRAN (R 4.4.1) +#> desc 1.4.3 2023-12-10 [1] CRAN (R 4.4.0) +#> digest 0.6.37 2024-08-19 [1] CRAN (R 4.4.1) +#> dplyr 1.1.4 2023-11-17 [1] CRAN (R 4.4.0) +#> evaluate 1.0.1 2024-10-10 [1] CRAN (R 4.4.1) +#> fansi 1.0.6 2023-12-08 [1] CRAN (R 4.4.0) +#> fastmap 1.2.0 2024-05-15 [1] CRAN (R 4.4.0) +#> fs 1.6.4 2024-04-25 [1] CRAN (R 4.4.0) +#> generics 0.1.3 2022-07-05 [1] CRAN (R 4.4.0) +#> glue 1.8.0 2024-09-30 [1] CRAN (R 4.4.1) +#> hms 1.1.3 2023-03-21 [1] CRAN (R 4.4.0) +#> htmltools 0.5.8.1 2024-04-04 [1] CRAN (R 4.4.0) +#> httr 1.4.7 2023-08-15 [1] CRAN (R 4.4.0) +#> jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.4.0) +#> jsonlite 1.8.9 2024-09-20 [1] CRAN (R 4.4.1) +#> kableExtra 1.4.0 2024-01-24 [1] CRAN (R 4.4.0) +#> knitr * 1.48 2024-07-07 [1] CRAN (R 4.4.0) +#> lifecycle 1.0.4 2023-11-07 [1] CRAN (R 4.4.0) +#> magrittr * 2.0.3 2022-03-30 [1] CRAN (R 4.4.0) +#> munsell 0.5.1 2024-04-01 [1] CRAN (R 4.4.0) +#> pillar 1.9.0 2023-03-22 [1] CRAN (R 4.4.0) +#> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.4.0) +#> pkgdown 2.1.1 2024-09-17 [1] CRAN (R 4.4.1) +#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.4.0) +#> ragg 1.3.3 2024-09-11 [1] CRAN (R 4.4.1) +#> readr 2.1.5 2024-01-10 [1] CRAN (R 4.4.0) +#> REDCapR * 1.3.0.9000 2024-10-24 [1] local +#> rlang 1.1.4 2024-06-04 [1] CRAN (R 4.4.0) +#> rmarkdown 2.28 2024-08-17 [1] CRAN (R 4.4.0) +#> rstudioapi 0.17.1 2024-10-22 [1] CRAN (R 4.4.1) +#> sass 0.4.9 2024-03-15 [1] CRAN (R 4.4.0) +#> scales 1.3.0 2023-11-28 [1] CRAN (R 4.4.0) +#> sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.4.0) +#> stringi 1.8.4 2024-05-06 [1] CRAN (R 4.4.0) +#> stringr 1.5.1 2023-11-14 [1] CRAN (R 4.4.0) +#> svglite 2.1.3 2023-12-08 [1] CRAN (R 4.4.0) +#> systemfonts 1.1.0 2024-05-15 [1] CRAN (R 4.4.0) +#> textshaping 0.4.0 2024-05-24 [1] CRAN (R 4.4.0) +#> tibble 3.2.1 2023-03-20 [1] CRAN (R 4.4.0) +#> tidyselect 1.2.1 2024-03-11 [1] CRAN (R 4.4.0) +#> tzdb 0.4.0 2023-05-12 [1] CRAN (R 4.4.0) +#> utf8 1.2.4 2023-10-22 [1] CRAN (R 4.4.0) +#> vctrs 0.6.5 2023-12-01 [1] CRAN (R 4.4.0) +#> viridisLite 0.4.2 2023-05-02 [1] CRAN (R 4.4.0) +#> vroom 1.6.5 2023-12-05 [1] CRAN (R 4.4.0) +#> withr 3.0.1 2024-07-31 [1] CRAN (R 4.4.0) +#> xfun 0.48 2024-10-03 [1] CRAN (R 4.4.1) +#> xml2 1.3.6 2023-12-04 [1] CRAN (R 4.4.0) +#> yaml 2.3.10 2024-07-26 [1] CRAN (R 4.4.0) #> #> [1] /Users/runner/work/_temp/Library #> [2] /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library #> #> ────────────────────────────────────────────────────────────────────────────── -Report rendered by runner at 2024-10-23, 01:36 +0000 in 13 +Report rendered by runner at 2024-10-24, 01:59 +0000 in 11 seconds.
vignettes/BasicREDCapROperations.Rmd
BasicREDCapROperations.Rmd
Report rendered by runner at 2024-10-23, 01:36 +0000 in 13 +
Report rendered by runner at 2024-10-24, 01:59 +0000 in 11 seconds.