mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
implement support for variable attributes for field label incl conversion of logicals to factor
This commit is contained in:
parent
f2b2784547
commit
fe9918dc10
6 changed files with 132 additions and 11 deletions
|
|
@ -21,6 +21,7 @@ export(file_extension)
|
|||
export(focused_metadata)
|
||||
export(format_subheader)
|
||||
export(get_api_key)
|
||||
export(get_attr)
|
||||
export(guess_time_only)
|
||||
export(guess_time_only_filter)
|
||||
export(haven_all_levels)
|
||||
|
|
@ -35,6 +36,7 @@ export(read_redcap_instrument)
|
|||
export(read_redcap_tables)
|
||||
export(redcap_wider)
|
||||
export(sanitize_split)
|
||||
export(set_attr)
|
||||
export(shiny_cast)
|
||||
export(split_non_repeating_forms)
|
||||
export(strsplitx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue