adjusting

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-27 09:54:38 +01:00
commit d1425aaac0
No known key found for this signature in database
7 changed files with 26 additions and 35 deletions

View file

@ -1,17 +1,21 @@
# Generated by roxygen2: do not edit by hand
S3method(as_factor,character)
S3method(as_factor,data.frame)
S3method(as_factor,factor)
S3method(as_factor,haven_labelled)
S3method(as_factor,labelled)
S3method(as_factor,logical)
S3method(as_factor,numeric)
S3method(as_factor,redcapcast_labelled)
S3method(process_user_input,character)
S3method(process_user_input,data.frame)
S3method(process_user_input,default)
S3method(process_user_input,response)
export(REDCap_split)
export(all_na)
export(apply_factor_labels)
export(apply_field_label)
export(as_factor)
export(case_match_regex_list)
export(cast_data_overview)
@ -30,6 +34,8 @@ export(ds2dd_detailed)
export(easy_redcap)
export(export_redcap_instrument)
export(fct2num)
export(fct_drop)
export(fct_drop.data.frame)
export(file_extension)
export(focused_metadata)
export(format_subheader)
@ -39,6 +45,7 @@ export(guess_time_only)
export(guess_time_only_filter)
export(haven_all_levels)
export(html_tag_wrap)
export(is.labelled)
export(is_repeated_longitudinal)
export(match_fields_to_form)
export(named_levels)
@ -49,9 +56,7 @@ export(possibly_roman)
export(process_user_input)
export(read_input)
export(read_redcap_instrument)
export(read_redcap_labelled)
export(read_redcap_tables)
export(redcap_meta_default)
export(redcap_wider)
export(sanitize_split)
export(set_attr)
@ -64,6 +69,7 @@ importFrom(REDCapR,redcap_event_instruments)
importFrom(REDCapR,redcap_metadata_read)
importFrom(REDCapR,redcap_read)
importFrom(forcats,as_factor)
importFrom(forcats,fct_drop)
importFrom(keyring,key_get)
importFrom(keyring,key_list)
importFrom(keyring,key_set)