diff --git a/404.html b/404.html index a77407fa..2f0a3a4c 100644 --- a/404.html +++ b/404.html @@ -27,7 +27,7 @@ REDCapR - 1.1.9007 + 1.2.0 diff --git a/CONDUCT.html b/CONDUCT.html index b10d8c72..4ad3fe7e 100644 --- a/CONDUCT.html +++ b/CONDUCT.html @@ -7,7 +7,7 @@ REDCapR - 1.1.9007 + 1.2.0 diff --git a/LICENSE-text.html b/LICENSE-text.html index 66979806..1cd5f2a9 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -7,7 +7,7 @@ REDCapR - 1.1.9007 + 1.2.0 diff --git a/LICENSE.html b/LICENSE.html index f63aa65b..d059f52e 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -7,7 +7,7 @@ REDCapR - 1.1.9007 + 1.2.0 diff --git a/articles/BasicREDCapROperations.html b/articles/BasicREDCapROperations.html index d0a0c7f7..33e2578c 100644 --- a/articles/BasicREDCapROperations.html +++ b/articles/BasicREDCapROperations.html @@ -26,7 +26,7 @@ REDCapR - 1.1.9007 + 1.2.0 @@ -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.1 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.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-09-07 22:19:22.116331. +#> Starting to read 5 records at 2024-09-07 22:47:22.084935. #> 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.3 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 @@ -145,12 +145,12 @@ Read a subset of the records= desired_records )$data #> 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.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.1 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.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-09-07 22:19:24.246591. +#> Starting to read 2 records at 2024-09-07 22:47:24.081033. #> 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. @@ -177,11 +177,11 @@ Read a subset of the 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.2 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-09-07 22:19:26.348365. +#> Starting to read 5 records at 2024-09-07 22:47:25.980044. #> 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.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. +#> 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.1 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.2 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-09-07 22:19:28.451441. +#> Starting to read 5 records at 2024-09-07 22:47:27.981498. #> 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. @@ -246,13 +246,13 @@ Re token = token, records = desired_records_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.2 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. +#> 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.2 seconds. The http status code was 200. -#> 2 records and 1 columns were read from REDCap in 0.3 seconds. The http status code was 200. -#> Starting to read 2 records at 2024-09-07 22:19:30.59419. +#> 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-09-07 22:47:29.976469. #> 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. @@ -307,7 +307,7 @@ Additional Returned Information#> 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.2 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-09-07 22:19:32.719017. +#> Starting to read 5 records at 2024-09-07 22:47:31.902866. #> 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] 1.905979 +#> [1] 1.995629 @@ -377,71 +377,71 @@ Session Information#> 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.0.5 2022-11-15 [1] CRAN (R 4.4.0) -#> bit64 4.0.5 2020-08-30 [1] CRAN (R 4.4.0) -#> 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.2 2024-08-26 [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 0.24.0 2024-06-10 [1] CRAN (R 4.4.0) -#> 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.7.0 2024-01-09 [1] CRAN (R 4.4.0) -#> 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.8 2023-12-04 [1] CRAN (R 4.4.0) -#> 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.0 2024-07-06 [1] CRAN (R 4.4.0) -#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.4.0) -#> ragg 1.3.2 2024-05-15 [1] CRAN (R 4.4.0) -#> readr 2.1.5 2024-01-10 [1] CRAN (R 4.4.0) -#> REDCapR * 1.1.9007 2024-09-07 [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.16.0 2024-03-24 [1] CRAN (R 4.4.0) -#> 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.47 2024-08-17 [1] CRAN (R 4.4.0) -#> 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.0.5 2022-11-15 [1] CRAN (R 4.4.0) +#> bit64 4.0.5 2020-08-30 [1] CRAN (R 4.4.0) +#> 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.2 2024-08-26 [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 0.24.0 2024-06-10 [1] CRAN (R 4.4.0) +#> 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.7.0 2024-01-09 [1] CRAN (R 4.4.0) +#> 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.8 2023-12-04 [1] CRAN (R 4.4.0) +#> 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.0 2024-07-06 [1] CRAN (R 4.4.0) +#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.4.0) +#> ragg 1.3.2 2024-05-15 [1] CRAN (R 4.4.0) +#> readr 2.1.5 2024-01-10 [1] CRAN (R 4.4.0) +#> REDCapR * 1.2.0 2024-09-07 [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.16.0 2024-03-24 [1] CRAN (R 4.4.0) +#> 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.47 2024-08-17 [1] CRAN (R 4.4.0) +#> 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-09-07, 22:19 +0000 in 13 +Report rendered by runner at 2024-09-07, 22:47 +0000 in 12 seconds.
Report rendered by runner at 2024-09-07, 22:19 +0000 in 13 +
Report rendered by runner at 2024-09-07, 22:47 +0000 in 12 seconds.