Major update. New functions and improvements. See NEWS.md.

This commit is contained in:
AG Damsbo 2023-03-07 15:38:28 +01:00
commit 9f68e27f5a
20 changed files with 443 additions and 97 deletions

View file

@ -1,8 +1,14 @@
# Generated by roxygen2: do not edit by hand
export(REDCap_split)
export(focused_metadata)
export(match_fields_to_form)
export(read_redcap_tables)
export(redcap_wider)
export(sanitize_split)
export(split_non_repeating_forms)
importFrom(REDCapR,redcap_event_instruments)
importFrom(REDCapR,redcap_metadata_read)
importFrom(REDCapR,redcap_read)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)