mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
fix: keeps labels modifying factors and creates new factors correctly
This commit is contained in:
parent
fe1609b4f6
commit
32f299880d
23 changed files with 676 additions and 80 deletions
|
|
@ -14,6 +14,7 @@ export(all_but)
|
|||
export(allowed_operations)
|
||||
export(append_column)
|
||||
export(append_list)
|
||||
export(apply_labels)
|
||||
export(argsstring2list)
|
||||
export(baseline_table)
|
||||
export(class_icons)
|
||||
|
|
@ -53,6 +54,7 @@ export(default_parsing)
|
|||
export(detect_delimiter)
|
||||
export(drop_empty_event)
|
||||
export(expression_string)
|
||||
export(extract_labels)
|
||||
export(factor_new_levels_labels)
|
||||
export(factorize)
|
||||
export(file_export)
|
||||
|
|
@ -85,6 +87,7 @@ export(is_identical_to_previous)
|
|||
export(is_splittable)
|
||||
export(is_valid_redcap_url)
|
||||
export(is_valid_token)
|
||||
export(label_report)
|
||||
export(launch_FreesearchR)
|
||||
export(limit_data_size)
|
||||
export(limit_log)
|
||||
|
|
@ -134,6 +137,7 @@ export(remove_empty_attr)
|
|||
export(remove_empty_cols)
|
||||
export(remove_nested_list)
|
||||
export(repeated_instruments)
|
||||
export(restore_labels)
|
||||
export(sankey_ready)
|
||||
export(selectInputIcon)
|
||||
export(separate_string)
|
||||
|
|
@ -167,6 +171,7 @@ export(visual_summary_ui)
|
|||
export(wide2long)
|
||||
export(winbox_create_column)
|
||||
export(winbox_update_factor)
|
||||
export(with_labels)
|
||||
export(wrap_plot_list)
|
||||
export(write_quarto)
|
||||
importFrom(classInt,classIntervals)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue