mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
adjusting
This commit is contained in:
parent
2ba46e8e7a
commit
d1425aaac0
7 changed files with 26 additions and 35 deletions
10
NAMESPACE
10
NAMESPACE
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue