mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
updated documentation
This commit is contained in:
parent
9d95b438d8
commit
4c5d58bf82
4 changed files with 22 additions and 8 deletions
|
|
@ -4,9 +4,11 @@ export(REDCap_split)
|
|||
export(clean_redcap_name)
|
||||
export(d2w)
|
||||
export(ds2dd)
|
||||
export(ds2dd_detailed)
|
||||
export(easy_redcap)
|
||||
export(focused_metadata)
|
||||
export(get_api_key)
|
||||
export(guess_time_only_filter)
|
||||
export(match_fields_to_form)
|
||||
export(read_redcap_tables)
|
||||
export(redcap_wider)
|
||||
|
|
@ -21,5 +23,6 @@ importFrom(keyring,key_get)
|
|||
importFrom(keyring,key_list)
|
||||
importFrom(keyring,key_set)
|
||||
importFrom(purrr,reduce)
|
||||
importFrom(readr,parse_time)
|
||||
importFrom(tidyr,pivot_wider)
|
||||
importFrom(tidyselect,all_of)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue