renaming to cut function to cut_var to distinct from the base-version - UI improvements - nice code formatting.

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-11 13:23:18 +02:00
commit 361296531e
No known key found for this signature in database
30 changed files with 1248 additions and 1686 deletions

View file

@ -1,11 +1,13 @@
# Generated by roxygen2: do not edit by hand
S3method(cut,hms)
S3method(cut_var,default)
S3method(cut_var,hms)
S3method(plot,tbl_regression)
export(add_class_icon)
export(add_sparkline)
export(all_but)
export(allign_axes)
export(append_column)
export(append_list)
export(argsstring2list)
export(baseline_table)
@ -19,6 +21,7 @@ export(create_log_tics)
export(create_overview_datagrid)
export(create_plot)
export(custom_theme)
export(cut_var)
export(cut_variable_server)
export(cut_variable_ui)
export(data_correlations_server)
@ -60,7 +63,6 @@ export(is_valid_token)
export(launch_FreesearchR)
export(limit_log)
export(line_break)
export(m_datafileUI)
export(m_redcap_readServer)
export(m_redcap_readUI)
export(merge_expression)
@ -70,6 +72,7 @@ export(modal_cut_variable)
export(modal_update_factor)
export(modify_qmd)
export(overview_vars)
export(pipe_string)
export(plot_box)
export(plot_box_single)
export(plot_euler)
@ -88,11 +91,14 @@ export(regression_model_list)
export(regression_model_uv)
export(regression_model_uv_list)
export(regression_table)
export(remove_empty_attr)
export(remove_empty_cols)
export(remove_na_attr)
export(remove_nested_list)
export(repeated_instruments)
export(sankey_ready)
export(selectInputIcon)
export(set_column_label)
export(sort_by)
export(specify_qmd_format)
export(subset_types)
@ -133,14 +139,12 @@ importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,bindEvent)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,icon)
importFrom(shiny,is.reactive)
importFrom(shiny,isTruthy)
importFrom(shiny,modalDialog)
importFrom(shiny,moduleServer)
@ -149,7 +153,6 @@ importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,removeUI)
importFrom(shiny,renderPlot)
importFrom(shiny,req)
importFrom(shiny,restoreInput)
@ -174,5 +177,4 @@ importFrom(toastui,grid_colorbar)
importFrom(toastui,grid_columns)
importFrom(toastui,renderDatagrid)
importFrom(toastui,renderDatagrid2)
importFrom(utils,data)
importFrom(utils,type.convert)