mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
decumented package
This commit is contained in:
parent
2588cf2b4f
commit
49695a5f41
13 changed files with 284 additions and 3 deletions
15
NAMESPACE
15
NAMESPACE
|
|
@ -1,11 +1,16 @@
|
|||
# Generated by roxygen2: do not edit by hand
|
||||
|
||||
S3method(cut,hms)
|
||||
export(add_class_icon)
|
||||
export(add_sparkline)
|
||||
export(argsstring2list)
|
||||
export(baseline_table)
|
||||
export(create_overview_datagrid)
|
||||
export(custom_theme)
|
||||
export(cut_variable_server)
|
||||
export(cut_variable_ui)
|
||||
export(data_summary_server)
|
||||
export(data_summary_ui)
|
||||
export(default_format_arguments)
|
||||
export(default_parsing)
|
||||
export(factorize)
|
||||
|
|
@ -14,21 +19,29 @@ export(format_writer)
|
|||
export(getfun)
|
||||
export(index_embed)
|
||||
export(is_any_class)
|
||||
export(is_consecutive)
|
||||
export(is_datetime)
|
||||
export(m_datafileUI)
|
||||
export(m_redcap_readServer)
|
||||
export(m_redcap_readUI)
|
||||
export(modal_cut_variable)
|
||||
export(modify_qmd)
|
||||
export(overview_vars)
|
||||
export(read_input)
|
||||
export(regression_model)
|
||||
export(regression_model_uv)
|
||||
export(regression_table)
|
||||
export(remove_na_attr)
|
||||
export(shiny_freesearcheR)
|
||||
export(specify_qmd_format)
|
||||
export(tbl_merge)
|
||||
export(update_variables_server)
|
||||
export(update_variables_ui)
|
||||
export(winbox_cut_variable)
|
||||
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)
|
||||
|
|
@ -40,6 +53,7 @@ importFrom(rlang,"%||%")
|
|||
importFrom(rlang,call2)
|
||||
importFrom(rlang,expr)
|
||||
importFrom(rlang,set_names)
|
||||
importFrom(rlang,sym)
|
||||
importFrom(rlang,syms)
|
||||
importFrom(shiny,NS)
|
||||
importFrom(shiny,bindEvent)
|
||||
|
|
@ -68,3 +82,4 @@ importFrom(toastui,datagrid)
|
|||
importFrom(toastui,datagridOutput2)
|
||||
importFrom(toastui,grid_colorbar)
|
||||
importFrom(toastui,renderDatagrid2)
|
||||
importFrom(utils,type.convert)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue