REDCapCAST/NAMESPACE

65 lines
1.6 KiB
Plaintext
Raw Normal View History

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)
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)
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)
export(case_match_regex_list)
export(char2choice)
export(char2cond)
2023-04-14 11:47:23 +02:00
export(clean_redcap_name)
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)
export(doc2dd)
2023-07-04 16:03:06 +02:00
export(ds2dd)
2024-01-18 14:58:38 +01:00
export(ds2dd_detailed)
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)
export(file_extension)
export(focused_metadata)
export(format_subheader)
export(get_api_key)
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)
export(html_tag_wrap)
2024-02-07 10:09:46 +01:00
export(is_repeated_longitudinal)
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)
export(process_user_input)
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)
export(sanitize_split)
export(set_attr)
export(shiny_cast)
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)
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)
importFrom(keyring,key_get)
importFrom(keyring,key_list)
importFrom(keyring,key_set)
2024-09-09 11:01:46 +02:00
importFrom(openxlsx2,read_xlsx)
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)
importFrom(tidyselect,all_of)