new version 2023.12.1 with two bug fixes and a new wrapper function

This commit is contained in:
Andreas Gammelgaard Damsbo 2023-12-20 09:01:40 +01:00
commit 31c6994ce3
17 changed files with 2042 additions and 12 deletions

View file

@ -4,7 +4,9 @@ export(REDCap_split)
export(clean_redcap_name)
export(d2w)
export(ds2dd)
export(easy_redcap)
export(focused_metadata)
export(get_api_key)
export(match_fields_to_form)
export(read_redcap_tables)
export(redcap_wider)
@ -14,5 +16,10 @@ export(strsplitx)
importFrom(REDCapR,redcap_event_instruments)
importFrom(REDCapR,redcap_metadata_read)
importFrom(REDCapR,redcap_read)
importFrom(dplyr,left_join)
importFrom(keyring,key_get)
importFrom(keyring,key_list)
importFrom(keyring,key_set)
importFrom(purrr,reduce)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)