additional redcap_wider function

This commit is contained in:
AG Damsbo 2023-02-28 13:59:45 +01:00
commit 873ed7f581
6 changed files with 87 additions and 3 deletions

View file

@ -2,5 +2,7 @@
export(REDCap_split)
export(read_redcap_tables)
export(redcap_wider)
importFrom(REDCapR,redcap_metadata_read)
importFrom(REDCapR,redcap_read)
importFrom(tidyr,pivot_wider)