FreesearchR/NAMESPACE

200 lines
5.1 KiB
Text

# Generated by roxygen2: do not edit by hand
S3method(cut_var,default)
S3method(cut_var,hms)
S3method(plot,tbl_regression)
export(FreesearchR_palette)
export(add_class_icon)
export(add_sparkline)
export(align_axes)
export(all_but)
export(append_column)
export(append_list)
export(argsstring2list)
export(baseline_table)
export(class_icons)
export(clean_common_axis)
export(clean_date)
export(clean_sep)
export(columnSelectInput)
export(compare_missings)
export(contrast_text)
export(create_baseline)
export(create_column_server)
export(create_column_ui)
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)
export(data_correlations_ui)
export(data_description)
export(data_missings_server)
export(data_missings_ui)
export(data_summary_gather)
export(data_summary_server)
export(data_summary_ui)
export(data_type)
export(data_type_filter)
export(data_types)
export(data_visuals_server)
export(data_visuals_ui)
export(default_format_arguments)
export(default_parsing)
export(drop_empty_event)
export(expression_string)
export(factorize)
export(file_export)
export(format_writer)
export(get_fun_options)
export(get_label)
export(get_plot_options)
export(get_var_icon)
export(getfun)
export(gg_theme_export)
export(gg_theme_shiny)
export(grepl_fix)
export(if_not_missing)
export(import_delim)
export(import_dta)
export(import_file_server)
export(import_file_ui)
export(import_ods)
export(import_rds)
export(import_xls)
export(index_embed)
export(is_any_class)
export(is_consecutive)
export(is_datetime)
export(is_identical_to_previous)
export(is_valid_redcap_url)
export(is_valid_token)
export(launch_FreesearchR)
export(limit_log)
export(line_break)
export(list_allowed_operations)
export(m_redcap_readServer)
export(m_redcap_readUI)
export(merge_expression)
export(merge_long)
export(missing_fraction)
export(missings_apex_plot)
export(modal_create_column)
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)
export(plot_euler_single)
export(plot_hbars)
export(plot_ridge)
export(plot_sankey)
export(plot_sankey_single)
export(plot_scatter)
export(plot_violin)
export(possible_functions)
export(possible_plots)
export(read_input)
export(regression_model)
export(regression_model_list)
export(regression_model_uv)
export(regression_model_uv_list)
export(regression_table)
export(regression_table_create)
export(remove_empty_attr)
export(remove_empty_cols)
export(remove_nested_list)
export(repeated_instruments)
export(sankey_ready)
export(selectInputIcon)
export(set_column_label)
export(show_data)
export(simple_snake)
export(sort_by)
export(specify_qmd_format)
export(subset_types)
export(supported_functions)
export(supported_plots)
export(symmetrical_scale_x_log10)
export(tbl_merge)
export(type_icons)
export(unique_short)
export(update_factor_server)
export(update_factor_ui)
export(update_variables_server)
export(update_variables_ui)
export(vectorSelectInput)
export(vertical_stacked_bars)
export(visual_summary)
export(visual_summary_ui)
export(wide2long)
export(winbox_create_column)
export(winbox_update_factor)
export(wrap_plot_list)
export(write_quarto)
importFrom(classInt,classIntervals)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(htmltools,css)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(htmltools,validateCssUnit)
importFrom(rlang,"%||%")
importFrom(rlang,call2)
importFrom(rlang,expr)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,bindEvent)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,icon)
importFrom(shiny,isTruthy)
importFrom(shiny,modalDialog)
importFrom(shiny,moduleServer)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,req)
importFrom(shiny,restoreInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,showModal)
importFrom(shiny,tagList)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateActionButton)
importFrom(shinyWidgets,WinBox)
importFrom(shinyWidgets,noUiSliderInput)
importFrom(shinyWidgets,prettyCheckbox)
importFrom(shinyWidgets,updateVirtualSelect)
importFrom(shinyWidgets,virtualSelectInput)
importFrom(shinyWidgets,wbControls)
importFrom(shinyWidgets,wbOptions)
importFrom(stats,as.formula)
importFrom(toastui,datagrid)
importFrom(toastui,datagridOutput)
importFrom(toastui,datagridOutput2)
importFrom(toastui,grid_colorbar)
importFrom(toastui,grid_columns)
importFrom(toastui,renderDatagrid)
importFrom(toastui,renderDatagrid2)
importFrom(utils,type.convert)