Skip to content

Commit 2695739

Browse files
committed
news entry for redcap_dag_read()
ref #382
1 parent 18294d1 commit 2695739

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NEWS.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Upcoming Versions
88
* `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)
99
* New `redcap_instruments()` function exports a list of the data collection instruments for a project. (#381, @vcastro)
1010
* 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)
1112
* New detection when REDCap has trouble with a large request and drops records. (#400 w/ @TimMonahan)
1213

1314
### Minor Enhancements
@@ -23,7 +24,7 @@ Upcoming Versions
2324
* For the testing server & projects, the http errors are a little different, so the testing code was adjusted (#396)
2425
* Set `httr::user_agent`, following the advice of httr's vignette (#397)
2526

26-
### Test Suite
27+
### Test Suite
2728

2829
* Added two more dictionaries that are super wide -5k & 35k variables (#335 & #360, @januz & @datalorax)
2930
* Read, modify, & read projects with DAGs (#353, daniela.wolkersdorfer, #353)
@@ -71,7 +72,7 @@ Version 0.11.0 (Released 2020-04-20)
7172

7273
* [`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)
7374

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)
7576

7677
* [`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)
7778

0 commit comments

Comments
 (0)