Skip to content

Commit

Permalink
update redcap_project_info_read() news entry
Browse files Browse the repository at this point in the history
in the news.  I hadn't remembered the connection between suggestions by @skadauke in #410 and  @timothytsai & @pbchase in #236

close #236
  • Loading branch information
wibeasley committed Sep 28, 2022
1 parent 1ccd757 commit a46e260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Expand Up @@ -24,7 +24,7 @@ These features are not yet on CRAN. Install with `remotes::install_github(repo

* New `redcap_metadata_coltypes()` function. Inspects the fields types and validation text of each field to generate a suggested `readr::col_types` object that reflects the project's current data dictionary. The object then can be passed to the `col_types` parameter of `redcap_read()` or `redcap_read_oneshot()`. (Suggested and discussed with @pbchase, @nutterb, @skadauke, & others, #405 & #294)
* New `redcap_log_read()` function. Exports a project's log. (Thanks @joundso, #383, #320)
* New `redcap_project_info_read()` function. Exports a project's information, such as its language and production status. (Thanks @skadauke, #410)
* New `redcap_project_info_read()` function. Exports a project's information, such as its language and production status. (Suggested by @skadauke, @timothytsai, @pbchase, #236, #410)
* New parameter `blank_for_gray_form_status` in the functions `redcap_read()`, `redcap_read_oneshot()`, and `redcap_read_oneshot_eav()`. (@greg-botwin, #386, #389)
* `sanitized_token()` now accepts an alternative regex pattern. (Suggested by @maeon & @michalkouril, #370)

Expand Down

0 comments on commit a46e260

Please sign in to comment.