From 39eb608ad0a88a01655f151ecdcfffa8bf40dfc3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 15 Jul 2023 23:09:05 +0000 Subject: [PATCH] Built site for REDCapR: 1.1.9005@34f2154 --- articles/BasicREDCapROperations.html | 28 ++++++++++----------- articles/SecurityDatabase.html | 2 +- articles/TroubleshootingApiCalls.html | 2 +- articles/advanced-redcapr-operations.html | 10 ++++---- articles/longitudinal-and-repeating.html | 4 +-- articles/workflow-read.html | 6 ++--- articles/workflow-write.html | 2 +- news/index.html | 2 +- pkgdown.yml | 2 +- reference/kernel_api.html | 2 +- reference/redcap_file_download_oneshot.html | 8 +++--- reference/redcap_instrument_download.html | 12 ++++----- reference/redcap_log_read.html | 16 ++++++------ reference/redcap_metadata_coltypes.html | 2 +- reference/redcap_metadata_read.html | 6 ++--- reference/redcap_metadata_write.html | 2 +- reference/redcap_next_free_record_name.html | 2 +- reference/redcap_project.html | 8 +++--- reference/redcap_project_info_read.html | 24 +++++++++--------- reference/redcap_read.html | 4 +-- reference/redcap_read_oneshot.html | 2 +- 21 files changed, 73 insertions(+), 73 deletions(-) diff --git a/articles/BasicREDCapROperations.html b/articles/BasicREDCapROperations.html index c749e86e..a9e092b1 100644 --- a/articles/BasicREDCapROperations.html +++ b/articles/BasicREDCapROperations.html @@ -86,7 +86,7 @@ @@ -210,7 +210,7 @@

Read a subset of the fields#> 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.1 seconds. The http status code was 200. -#> Starting to read 5 records at 2023-07-14 22:08:52.180428. +#> Starting to read 5 records at 2023-07-15 23:08:03.301613. #> 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.1 seconds. The http status code was 200. @@ -244,7 +244,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. #> 5 records and 1 columns were read from REDCap in 0.1 seconds. The http status code was 200. -#> Starting to read 5 records at 2023-07-14 22:08:53.731179. +#> Starting to read 5 records at 2023-07-15 23:08:04.867576. #> 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.1 seconds. The http status code was 200. @@ -281,7 +281,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.1 seconds. The http status code was 200. -#> Starting to read 2 records at 2023-07-14 22:08:55.150901. +#> Starting to read 2 records at 2023-07-15 23:08:06.321276. #> 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.1 seconds. The http status code was 200. @@ -336,7 +336,7 @@

Additional Returned Information#> 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.1 seconds. The http status code was 200. -#> Starting to read 5 records at 2023-07-14 22:08:56.884171. +#> Starting to read 5 records at 2023-07-15 23:08:08.086204. #> 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.1 seconds. The http status code was 200. all_information #Inspect the additional information @@ -381,7 +381,7 @@

Additional Returned Information#> [1] NA #> #> $elapsed_seconds -#> [1] 1.403429 +#> [1] 1.449603 diff --git a/articles/SecurityDatabase.html b/articles/SecurityDatabase.html index a8f97810..348fcddc 100644 --- a/articles/SecurityDatabase.html +++ b/articles/SecurityDatabase.html @@ -86,7 +86,7 @@

At this point, the data.frame ds_1 has everything you @@ -632,7 +632,7 @@

Session Information#> collate en_US.UTF-8 #> ctype en_US.UTF-8 #> tz UTC -#> date 2023-07-14 +#> date 2023-07-15 #> pandoc 2.19.2 @ /usr/local/bin/ (via rmarkdown) #> #> ─ Packages ─────────────────────────────────────────────────────────────────── @@ -672,7 +672,7 @@

Session Information#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.3.0) #> ragg 1.2.5 2023-01-12 [1] CRAN (R 4.3.0) #> readr 2.1.4 2023-02-10 [1] CRAN (R 4.3.0) -#> REDCapR 1.1.9005 2023-07-14 [1] local +#> REDCapR 1.1.9005 2023-07-15 [1] local #> rlang 1.1.1 2023-04-28 [1] CRAN (R 4.3.0) #> rmarkdown 2.23 2023-07-01 [1] CRAN (R 4.3.0) #> rprojroot 2.0.3 2022-04-02 [1] CRAN (R 4.3.0) diff --git a/articles/workflow-write.html b/articles/workflow-write.html index 5e627db4..dc225985 100644 --- a/articles/workflow-write.html +++ b/articles/workflow-write.html @@ -454,7 +454,7 @@

Session Information#> collate en_US.UTF-8 #> ctype en_US.UTF-8 #> tz UTC -#> date 2023-07-14 +#> date 2023-07-15 #> pandoc 2.19.2 @ /usr/local/bin/ (via rmarkdown) #> #> ─ Packages ─────────────────────────────────────────────────────────────────── diff --git a/news/index.html b/news/index.html index 45c25e9d..3ccfaf62 100644 --- a/news/index.html +++ b/news/index.html @@ -149,7 +149,7 @@

Minor Enhancements
  • redcap_read() checks the event parameter and throws an error if a value is not recognized, or the project is not longitudinal (#493)
  • -
  • The regex in regex_named_captures() is forgiving if there’s an unnecessary leading space (@BlairCooper, #495)
  • +
  • The regex in regex_named_captures() is forgiving if there’s an unnecessary leading space (@BlairCooper, #495, #501)
  • diff --git a/pkgdown.yml b/pkgdown.yml index 63448702..3766c841 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -9,7 +9,7 @@ articles: longitudinal-and-repeating: longitudinal-and-repeating.html workflow-read: workflow-read.html workflow-write: workflow-write.html -last_built: 2023-07-14T22:07Z +last_built: 2023-07-15T23:06Z urls: reference: https://ouhscbbmc.github.io/REDCapR/reference article: https://ouhscbbmc.github.io/REDCapR/articles diff --git a/reference/kernel_api.html b/reference/kernel_api.html index f9c5f611..76419f5e 100644 --- a/reference/kernel_api.html +++ b/reference/kernel_api.html @@ -146,7 +146,7 @@

    Examples

    # Consume the results in a few different ways. kernel$result #> Response [https://bbmc.ouhsc.edu/redcap/api/] -#> Date: 2023-07-14 22:07 +#> Date: 2023-07-15 23:06 #> Status: 200 #> Content-Type: text/csv; charset=utf-8 #> Size: 717 B diff --git a/reference/redcap_file_download_oneshot.html b/reference/redcap_file_download_oneshot.html index 4dddef8a..d2914fd8 100644 --- a/reference/redcap_file_download_oneshot.html +++ b/reference/redcap_file_download_oneshot.html @@ -216,7 +216,7 @@

    Examples

    base::unlink("mugshot-1.jpg") (full_name <- base::tempfile(pattern="mugshot", fileext = ".jpg")) -#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpL1awYo/mugshot90c47ccd8fc.jpg" +#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpyDOBCv/mugshot8e759b304ef.jpg" result_2 <- REDCapR::redcap_file_download_oneshot( file_name = full_name, record = record, @@ -224,8 +224,8 @@

    Examples

    redcap_uri = uri, token = token ) -#> Preparing to download the file `/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpL1awYo/mugshot90c47ccd8fc.jpg`. -#> image/jpeg; name="mugshot-1.jpg" successfully downloaded in 0.1 seconds, and saved as /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpL1awYo/mugshot90c47ccd8fc.jpg. +#> Preparing to download the file `/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpyDOBCv/mugshot8e759b304ef.jpg`. +#> image/jpeg; name="mugshot-1.jpg" successfully downloaded in 0.1 seconds, and saved as /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpyDOBCv/mugshot8e759b304ef.jpg. base::unlink(full_name) (relative_name <- "ssss.jpg") @@ -238,7 +238,7 @@

    Examples

    token = token ) #> Preparing to download the file `ssss.jpg`. -#> image/jpeg; name="mugshot-1.jpg" successfully downloaded in 0.1 seconds, and saved as ssss.jpg. +#> image/jpeg; name="mugshot-1.jpg" successfully downloaded in 0.2 seconds, and saved as ssss.jpg. base::unlink(relative_name) # }
    diff --git a/reference/redcap_instrument_download.html b/reference/redcap_instrument_download.html index 3998201d..0282cd01 100644 --- a/reference/redcap_instrument_download.html +++ b/reference/redcap_instrument_download.html @@ -201,18 +201,18 @@

    Examples

    #> Error in eval(expr, envir, enclos): object 'full_name' not found (full_name <- base::tempfile(pattern="instruments-all-record-1-", fileext = ".pdf")) -#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpL1awYo/instruments-all-record-1-90c366d1924.pdf" +#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpyDOBCv/instruments-all-record-1-8e7d8dddd8.pdf" result_2 <- REDCapR::redcap_instrument_download( record = 5, file_name = full_name, redcap_uri = uri, token = token ) -#> Preparing to download the file `/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpL1awYo/instruments-all-record-1-90c366d1924.pdf`. -#> text/html; charset=UTF-8 successfully downloaded in 0.2 seconds, and saved as /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpL1awYo/instruments-all-record-1-90c366d1924.pdf. +#> Preparing to download the file `/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpyDOBCv/instruments-all-record-1-8e7d8dddd8.pdf`. +#> text/html; charset=UTF-8 successfully downloaded in 0.2 seconds, and saved as /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpyDOBCv/instruments-all-record-1-8e7d8dddd8.pdf. base::unlink(full_name) (full_name <- base::tempfile(pattern="instrument-1-record-1-", fileext=".pdf")) -#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpL1awYo/instrument-1-record-1-90c348da666.pdf" +#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpyDOBCv/instrument-1-record-1-8e75cdf96db.pdf" result_3 <- REDCapR::redcap_instrument_download( record = 5, instrument = "health", @@ -220,8 +220,8 @@

    Examples

    redcap_uri = uri, token = token ) -#> Preparing to download the file `/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpL1awYo/instrument-1-record-1-90c348da666.pdf`. -#> text/html; charset=UTF-8 successfully downloaded in 0.2 seconds, and saved as /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpL1awYo/instrument-1-record-1-90c348da666.pdf. +#> Preparing to download the file `/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpyDOBCv/instrument-1-record-1-8e75cdf96db.pdf`. +#> text/html; charset=UTF-8 successfully downloaded in 0.2 seconds, and saved as /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpyDOBCv/instrument-1-record-1-8e75cdf96db.pdf. base::unlink(full_name) # } diff --git a/reference/redcap_log_read.html b/reference/redcap_log_read.html index 8aa88f57..ea9af4c7 100644 --- a/reference/redcap_log_read.html +++ b/reference/redcap_log_read.html @@ -188,17 +188,17 @@

    Examples

    token <- "9A81268476645C4E5F03428B8AC3AA7B" ds_last_week <- REDCapR::redcap_log_read(redcap_uri=uri, token=token)$data -#> 43,271 rows were read from REDCap in 1.0 seconds. The http status code was 200. +#> 56,886 rows were read from REDCap in 1.2 seconds. The http status code was 200. head(ds_last_week) #> # A tibble: 6 × 5 #> timestamp username action details record #> <dttm> <chr> <chr> <chr> <lgl> -#> 1 2023-07-14 17:07:00 unittestphifree Manage/Design Export instruments (… NA -#> 2 2023-07-14 17:07:00 unittestphifree Manage/Design Export DAGs (API) NA -#> 3 2023-07-14 17:07:00 unittestphifree Manage/Design Export DAGs (API) NA -#> 4 2023-07-14 17:07:00 unittestphifree Manage/Design Export DAGs (API) NA -#> 5 2023-07-14 17:07:00 unittestphifree Manage/Design Download data dictio… NA -#> 6 2023-07-14 17:07:00 unittestphifree Manage/Design Export project infor… NA +#> 1 2023-07-15 18:07:00 unittestphifree Manage/Design Export instruments (… NA +#> 2 2023-07-15 18:07:00 unittestphifree Manage/Design Download data dictio… NA +#> 3 2023-07-15 18:07:00 unittestphifree Manage/Design Download data dictio… NA +#> 4 2023-07-15 18:07:00 unittestphifree Manage/Design Download data dictio… NA +#> 5 2023-07-15 18:07:00 unittestphifree Manage/Design Download data dictio… NA +#> 6 2023-07-15 18:07:00 unittestphifree Manage/Design Download data dictio… NA ds_one_day <- REDCapR::redcap_log_read( @@ -207,7 +207,7 @@

    Examples

    log_begin_date = as.Date("2020-08-10"), log_end_date = as.Date("2020-08-10") )$data -#> 96 rows were read from REDCap in 0.2 seconds. The http status code was 200. +#> 96 rows were read from REDCap in 0.1 seconds. The http status code was 200. head(ds_one_day) #> # A tibble: 6 × 5 #> timestamp username action details record diff --git a/reference/redcap_metadata_coltypes.html b/reference/redcap_metadata_coltypes.html index ebed3408..804fbc5e 100644 --- a/reference/redcap_metadata_coltypes.html +++ b/reference/redcap_metadata_coltypes.html @@ -536,7 +536,7 @@

    Examples

    #> form_1_complete = readr::col_integer() , # completion status of form/instrument #> ) redcap_read_oneshot(uri, token, col_types = col_types)$data -#> 1 records and 52 columns were read from REDCap in 0.2 seconds. The http status code was 200. +#> 1 records and 52 columns were read from REDCap in 0.1 seconds. The http status code was 200. #> # A tibble: 1 × 52 #> record_id f_calculated f_checkbox___0 f_checkbox___1 f_checkbox___2 f_dropdown #> <int> <chr> <lgl> <lgl> <lgl> <chr> diff --git a/reference/redcap_metadata_read.html b/reference/redcap_metadata_read.html index 5d47d695..8e902459 100644 --- a/reference/redcap_metadata_read.html +++ b/reference/redcap_metadata_read.html @@ -206,7 +206,7 @@

    Examples

    #> [1] "" #> #> $elapsed_seconds -#> [1] 0.1071489 +#> [1] 0.09833288 #> #> $raw_text #> [1] "" @@ -254,7 +254,7 @@

    Examples

    #> [1] "" #> #> $elapsed_seconds -#> [1] 0.1006939 +#> [1] 0.103451 #> #> $raw_text #> [1] "" @@ -299,7 +299,7 @@

    Examples

    #> [1] "" #> #> $elapsed_seconds -#> [1] 0.09910893 +#> [1] 0.09962797 #> #> $raw_text #> [1] "" diff --git a/reference/redcap_metadata_write.html b/reference/redcap_metadata_write.html index d0345485..5ca23772 100644 --- a/reference/redcap_metadata_write.html +++ b/reference/redcap_metadata_write.html @@ -208,7 +208,7 @@

    Examples

    #> [1] 16 #> #> $elapsed_seconds -#> [1] 0.1528151 +#> [1] 0.1887939 #> #> $raw_text #> [1] "" diff --git a/reference/redcap_next_free_record_name.html b/reference/redcap_next_free_record_name.html index 509a9c1d..2078b4b4 100644 --- a/reference/redcap_next_free_record_name.html +++ b/reference/redcap_next_free_record_name.html @@ -151,7 +151,7 @@

    Examples

    token <- "9A81268476645C4E5F03428B8AC3AA7B" # Returns 6 REDCapR::redcap_next_free_record_name(redcap_uri = uri, token = token) -#> The next free record name in REDCap was successfully determined in 0.2 seconds. The http status code was 200. Is is 6. +#> The next free record name in REDCap was successfully determined in 0.1 seconds. The http status code was 200. Is is 6. #> [1] "6" diff --git a/reference/redcap_project.html b/reference/redcap_project.html index 0f64d04d..c358f8f4 100644 --- a/reference/redcap_project.html +++ b/reference/redcap_project.html @@ -134,7 +134,7 @@

    Examples

    #> 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.1 seconds. The http status code was 200. -#> Starting to read 5 records at 2023-07-14 22:08:08.514324. +#> Starting to read 5 records at 2023-07-15 23:07:20.42497. #> 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.1 seconds. The http status code was 200. @@ -147,7 +147,7 @@

    Examples

    #> 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.1 seconds. The http status code was 200. -#> Starting to read 5 records at 2023-07-14 22:08:09.470861. +#> Starting to read 5 records at 2023-07-15 23:07:21.411369. #> 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.1 seconds. The http status code was 200. @@ -161,7 +161,7 @@

    Examples

    #> 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. #> 3 records and 1 columns were read from REDCap in 0.1 seconds. The http status code was 200. -#> Starting to read 3 records at 2023-07-14 22:08:10.421173. +#> Starting to read 3 records at 2023-07-15 23:07:22.31433. #> Reading batch 1 of 2, with subjects 2 through 3 (ie, 2 unique subject records). #> 2 records and 25 columns were read from REDCap in 0.1 seconds. The http status code was 200. #> Reading batch 2 of 2, with subjects 5 through 5 (ie, 1 unique subject records). @@ -173,7 +173,7 @@

    Examples

    #> 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.1 seconds. The http status code was 200. -#> Starting to read 2 records at 2023-07-14 22:08:11.704331. +#> Starting to read 2 records at 2023-07-15 23:07:23.426659. #> Reading batch 1 of 1, with subjects 1 through 2 (ie, 2 unique subject records). #> 2 records and 25 columns were read from REDCap in 0.1 seconds. The http status code was 200. diff --git a/reference/redcap_project_info_read.html b/reference/redcap_project_info_read.html index c62997ec..619cd894 100644 --- a/reference/redcap_project_info_read.html +++ b/reference/redcap_project_info_read.html @@ -252,7 +252,7 @@

    Examples

    #> 1 rows 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. #> 1 rows 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. +#> 1 rows were read from REDCap in 0.2 seconds. The http status code was 200. #> 1 rows 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. #> 1 rows were read from REDCap in 0.1 seconds. The http status code was 200. @@ -265,7 +265,7 @@

    Examples

    #> 1 rows 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. #> 1 rows were read from REDCap in 0.2 seconds. The http status code was 200. -#> 1 rows were read from REDCap in 0.4 seconds. The http status code was 200. +#> 1 rows were read from REDCap in 0.6 seconds. The http status code was 200. #> 1 rows 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. #> 1 rows were read from REDCap in 0.1 seconds. The http status code was 200. @@ -307,16 +307,16 @@

    Examples

    #> # A tibble: 30 × 6 #> data$project_id success status_code outcome_message elapsed_seconds raw_text #> <int> <lgl> <int> <chr> <dbl> <chr> -#> 1 153 TRUE 200 1 rows were rea… 0.109 "" -#> 2 212 TRUE 200 1 rows were rea… 0.106 "" -#> 3 213 TRUE 200 1 rows were rea… 0.0965 "" -#> 4 268 TRUE 200 1 rows were rea… 0.116 "" -#> 5 690 TRUE 200 1 rows were rea… 0.101 "" -#> 6 691 TRUE 200 1 rows were rea… 0.0980 "" -#> 7 753 TRUE 200 1 rows were rea… 0.132 "" -#> 8 817 TRUE 200 1 rows were rea… 0.114 "" -#> 9 977 TRUE 200 1 rows were rea… 0.101 "" -#> 10 998 TRUE 200 1 rows were rea… 0.101 "" +#> 1 153 TRUE 200 1 rows were rea… 0.103 "" +#> 2 212 TRUE 200 1 rows were rea… 0.108 "" +#> 3 213 TRUE 200 1 rows were rea… 0.102 "" +#> 4 268 TRUE 200 1 rows were rea… 0.119 "" +#> 5 690 TRUE 200 1 rows were rea… 0.116 "" +#> 6 691 TRUE 200 1 rows were rea… 0.153 "" +#> 7 753 TRUE 200 1 rows were rea… 0.144 "" +#> 8 817 TRUE 200 1 rows were rea… 0.101 "" +#> 9 977 TRUE 200 1 rows were rea… 0.104 "" +#> 10 998 TRUE 200 1 rows were rea… 0.0989 "" #> # ℹ 20 more rows #> # ℹ 25 more variables: data$project_title <chr>, $creation_time <dttm>, #> # $production_time <dttm>, $in_production <lgl>, $project_language <chr>, diff --git a/reference/redcap_read.html b/reference/redcap_read.html index b0385fba..1741aecd 100644 --- a/reference/redcap_read.html +++ b/reference/redcap_read.html @@ -406,7 +406,7 @@

    Examples

    #> 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.1 seconds. The http status code was 200. -#> Starting to read 5 records at 2023-07-14 22:08:20.986078. +#> Starting to read 5 records at 2023-07-15 23:07:31.824182. #> Reading batch 1 of 3, with subjects 1 through 2 (ie, 2 unique subject records). #> 2 records and 25 columns were read from REDCap in 0.1 seconds. The http status code was 200. #> Reading batch 2 of 3, with subjects 3 through 4 (ie, 2 unique subject records). @@ -449,7 +449,7 @@

    Examples

    #> 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.1 seconds. The http status code was 200. -#> Starting to read 5 records at 2023-07-14 22:08:24.030451. +#> Starting to read 5 records at 2023-07-15 23:07:34.647622. #> Reading batch 1 of 3, with subjects 1 through 2 (ie, 2 unique subject records). #> 2 records and 25 columns were read from REDCap in 0.1 seconds. The http status code was 200. #> Reading batch 2 of 3, with subjects 3 through 4 (ie, 2 unique subject records). diff --git a/reference/redcap_read_oneshot.html b/reference/redcap_read_oneshot.html index 1896c121..2984c9f9 100644 --- a/reference/redcap_read_oneshot.html +++ b/reference/redcap_read_oneshot.html @@ -310,7 +310,7 @@

    Examples

    # Return all records and all variables. ds <- REDCapR::redcap_read_oneshot(redcap_uri=uri, token=token)$data -#> 5 records and 25 columns were read from REDCap in 0.2 seconds. The http status code was 200. +#> 5 records and 25 columns were read from REDCap in 0.1 seconds. The http status code was 200. # Return only records with IDs of 1 and 3 desired_records_v1 <- c(1, 3)