You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Upcoming Versions
8
8
*`redcap_read()` and `redcap_read_oneshot()` accept a new `locale` parameter that specifies date, time, and number formats, like using a comma as the decimal separator. It is a [`readr::locale`](https://readr.tidyverse.org/reference/locale.html) object. (#377, suggested by @joundso)
9
9
* New `redcap_instruments()` function exports a list of the data collection instruments for a project. (#381, @vcastro)
10
10
* New `redcap_event_instruments()` function exports the instrument-event mappings for a project (i.e., how the data collection instruments are designated for certain events in a longitudinal project).. (#381, @vcastro)
11
+
* New `redcap_dag_read()` function returns the Data Access Groups for a project (#382, @joundso)
11
12
* New detection when REDCap has trouble with a large request and drops records. (#400 w/ @TimMonahan)
12
13
13
14
### Minor Enhancements
@@ -23,7 +24,7 @@ Upcoming Versions
23
24
* For the testing server & projects, the http errors are a little different, so the testing code was adjusted (#396)
24
25
* Set `httr::user_agent`, following the advice of httr's vignette (#397)
25
26
26
-
### Test Suite
27
+
### Test Suite
27
28
28
29
* Added two more dictionaries that are super wide -5k & 35k variables (#335 & #360, @januz & @datalorax)
@@ -71,7 +72,7 @@ Version 0.11.0 (Released 2020-04-20)
71
72
72
73
*[`reader::type_convert()`](https://readr.tidyverse.org/reference/type_convert.html) is used *after* all the batches are stacked on top of each other. This way, batches cannot have incompatible data types as they're combined. (#257; thanks @isaactpetersen#245) Consequently, the `guess_max` parameter in `redcap_read()` no longer serves a purpose, and has been soft-deprecated. (#267)
73
74
74
-
*[`redcap_metadata_write()`](https://ouhscbbmc.github.io/REDCapR/reference/redcap_metadata_write.html) writes to the project's metadata. (#274, @felixetorres)
75
+
*[`redcap_metadata_write()`](https://ouhscbbmc.github.io/REDCapR/reference/redcap_metadata_write.html) writes to the project's metadata. (#274, @felixetorres)
75
76
76
77
*[`redcap_survey_link_export_oneshot()`](https://ouhscbbmc.github.io/REDCapR/reference/redcap_survey_link_export_oneshot.html) retrieves the URL to a specific record's survey (*e.g.*, "https://bbmc.ouhsc.edu/redcap/surveys/?s=8KuzSLMHf6") (#293)
0 commit comments