2018-06-03 22:08:26 +02:00
|
|
|
# Generated by roxygen2: do not edit by hand
|
|
|
|
|
2024-11-20 12:09:53 +01:00
|
|
|
S3method(as_factor,character)
|
2024-11-20 14:31:01 +01:00
|
|
|
S3method(as_factor,factor)
|
2024-11-20 12:09:53 +01:00
|
|
|
S3method(as_factor,haven_labelled)
|
|
|
|
S3method(as_factor,labelled)
|
|
|
|
S3method(as_factor,logical)
|
|
|
|
S3method(as_factor,numeric)
|
2024-05-02 13:31:21 +02:00
|
|
|
S3method(process_user_input,character)
|
|
|
|
S3method(process_user_input,data.frame)
|
|
|
|
S3method(process_user_input,default)
|
|
|
|
S3method(process_user_input,response)
|
2018-06-03 22:08:26 +02:00
|
|
|
export(REDCap_split)
|
2024-11-20 12:09:53 +01:00
|
|
|
export(as_factor)
|
2024-05-02 13:31:21 +02:00
|
|
|
export(case_match_regex_list)
|
|
|
|
export(char2choice)
|
|
|
|
export(char2cond)
|
2023-04-14 11:47:23 +02:00
|
|
|
export(clean_redcap_name)
|
2024-05-02 13:31:21 +02:00
|
|
|
export(create_html_table)
|
2024-04-12 12:20:13 +02:00
|
|
|
export(create_instrument_meta)
|
2023-07-04 16:03:06 +02:00
|
|
|
export(d2w)
|
2024-05-02 13:31:21 +02:00
|
|
|
export(doc2dd)
|
2023-07-04 16:03:06 +02:00
|
|
|
export(ds2dd)
|
2024-01-18 14:58:38 +01:00
|
|
|
export(ds2dd_detailed)
|
2023-12-20 09:01:40 +01:00
|
|
|
export(easy_redcap)
|
2024-11-18 16:59:06 +01:00
|
|
|
export(export_redcap_instrument)
|
2024-11-20 12:09:53 +01:00
|
|
|
export(fct2num)
|
2024-02-26 09:34:05 +01:00
|
|
|
export(file_extension)
|
2023-03-07 15:38:28 +01:00
|
|
|
export(focused_metadata)
|
2024-05-02 13:31:21 +02:00
|
|
|
export(format_subheader)
|
2023-12-20 09:01:40 +01:00
|
|
|
export(get_api_key)
|
2024-11-19 12:54:26 +01:00
|
|
|
export(get_attr)
|
2024-11-18 14:41:44 +01:00
|
|
|
export(guess_time_only)
|
2024-01-18 14:58:38 +01:00
|
|
|
export(guess_time_only_filter)
|
2024-11-18 14:41:44 +01:00
|
|
|
export(haven_all_levels)
|
2024-05-02 13:31:21 +02:00
|
|
|
export(html_tag_wrap)
|
2024-02-07 10:09:46 +01:00
|
|
|
export(is_repeated_longitudinal)
|
2023-03-07 15:38:28 +01:00
|
|
|
export(match_fields_to_form)
|
2024-11-20 12:09:53 +01:00
|
|
|
export(named_levels)
|
2024-11-18 14:41:44 +01:00
|
|
|
export(numchar2fct)
|
|
|
|
export(parse_data)
|
2024-05-02 13:31:21 +02:00
|
|
|
export(process_user_input)
|
2024-02-26 09:34:05 +01:00
|
|
|
export(read_input)
|
2024-01-29 12:43:47 +01:00
|
|
|
export(read_redcap_instrument)
|
2023-02-28 09:54:03 +01:00
|
|
|
export(read_redcap_tables)
|
2023-02-28 13:59:45 +01:00
|
|
|
export(redcap_wider)
|
2023-03-07 15:38:28 +01:00
|
|
|
export(sanitize_split)
|
2024-11-19 12:54:26 +01:00
|
|
|
export(set_attr)
|
2024-02-26 09:34:05 +01:00
|
|
|
export(shiny_cast)
|
2023-03-07 15:38:28 +01:00
|
|
|
export(split_non_repeating_forms)
|
2023-07-04 16:03:06 +02:00
|
|
|
export(strsplitx)
|
2024-11-18 14:41:44 +01:00
|
|
|
export(var2fct)
|
2023-03-07 15:38:28 +01:00
|
|
|
importFrom(REDCapR,redcap_event_instruments)
|
2023-02-28 09:54:03 +01:00
|
|
|
importFrom(REDCapR,redcap_metadata_read)
|
|
|
|
importFrom(REDCapR,redcap_read)
|
2024-11-18 14:41:44 +01:00
|
|
|
importFrom(forcats,as_factor)
|
2023-12-20 09:01:40 +01:00
|
|
|
importFrom(keyring,key_get)
|
|
|
|
importFrom(keyring,key_list)
|
|
|
|
importFrom(keyring,key_set)
|
2024-09-09 11:01:46 +02:00
|
|
|
importFrom(openxlsx2,read_xlsx)
|
2023-12-20 09:01:40 +01:00
|
|
|
importFrom(purrr,reduce)
|
2024-01-18 14:58:38 +01:00
|
|
|
importFrom(readr,parse_time)
|
2023-02-28 13:59:45 +01:00
|
|
|
importFrom(tidyr,pivot_wider)
|
2023-03-07 15:38:28 +01:00
|
|
|
importFrom(tidyselect,all_of)
|