diff --git a/articles/BasicREDCapROperations.html b/articles/BasicREDCapROperations.html index 1f8bc9a2..31c4e051 100644 --- a/articles/BasicREDCapROperations.html +++ b/articles/BasicREDCapROperations.html @@ -86,7 +86,7 @@
vignettes/BasicREDCapROperations.Rmd
BasicREDCapROperations.Rmd
# 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.4 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.
+#> 24 variable metadata records were 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.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.
#> 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 2023-09-04 23:11:03.539323.
+#> Starting to read 5 records at 2023-09-05 00:38:52.117658.
#> 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.2 seconds. The http status code was 200.
ds_all_rows_all_fields # Inspect the returned dataset
@@ -179,7 +179,7 @@ Read a subset of the records#> 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.2 seconds. The http status code was 200.
-#> Starting to read 2 records at 2023-09-04 23:11:06.07628.
+#> Starting to read 2 records at 2023-09-05 00:38:54.446897.
#> 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.
Report rendered by runner at 2023-09-04, 23:11 +0000 in 16 +
Report rendered by runner at 2023-09-05, 00:39 +0000 in 16 seconds.
vignettes/SecurityDatabase.Rmd
SecurityDatabase.Rmd
vignettes/TroubleshootingApiCalls.Rmd
TroubleshootingApiCalls.Rmd
vignettes/advanced-redcapr-operations.Rmd
advanced-redcapr-operations.Rmd
#> 18 records and 125 columns were read from REDCap in 0.4 seconds. The http status code was 200.
+#> 18 records and 125 columns were read from REDCap in 0.6 seconds. The http status code was 200.
@@ -376,7 +376,7 @@ #> 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.
Report rendered by runner at 2023-09-04, 23:11 +0000 in 4 +
Report rendered by runner at 2023-09-05, 00:39 +0000 in 4 seconds.
At this point, the data.frame ds_1
has everything you
@@ -632,7 +632,7 @@