fix: keeps labels modifying factors and creates new factors correctly

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-03-11 10:17:42 +01:00
commit 32f299880d
No known key found for this signature in database
23 changed files with 676 additions and 80 deletions

View file

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