implement support for variable attributes for field label incl conversion of logicals to factor

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-19 12:54:26 +01:00
commit fe9918dc10
No known key found for this signature in database
6 changed files with 132 additions and 11 deletions

View file

@ -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)