docs and name update

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-18 14:41:44 +01:00
commit 9d53f84427
No known key found for this signature in database
7 changed files with 39 additions and 10 deletions

View file

@ -20,10 +20,14 @@ export(file_extension)
export(focused_metadata)
export(format_subheader)
export(get_api_key)
export(guess_time_only)
export(guess_time_only_filter)
export(haven_all_levels)
export(html_tag_wrap)
export(is_repeated_longitudinal)
export(match_fields_to_form)
export(numchar2fct)
export(parse_data)
export(process_user_input)
export(read_input)
export(read_redcap_instrument)
@ -33,9 +37,11 @@ export(sanitize_split)
export(shiny_cast)
export(split_non_repeating_forms)
export(strsplitx)
export(var2fct)
importFrom(REDCapR,redcap_event_instruments)
importFrom(REDCapR,redcap_metadata_read)
importFrom(REDCapR,redcap_read)
importFrom(forcats,as_factor)
importFrom(keyring,key_get)
importFrom(keyring,key_list)
importFrom(keyring,key_set)