FreesearchR/NAMESPACE

71 lines
1.9 KiB
Text
Raw Normal View History

2024-11-08 15:13:33 +01:00
# Generated by roxygen2: do not edit by hand
2024-12-17 11:30:17 +01:00
S3method(cut,hms)
S3method(regression_table,default)
S3method(regression_table,list)
2024-11-08 16:31:33 +01:00
export(argsstring2list)
2024-11-08 15:13:33 +01:00
export(baseline_table)
2024-12-17 11:30:17 +01:00
export(cut_variable_server)
export(cut_variable_ui)
export(default_format_arguments)
export(factorize)
export(format_writer)
2024-11-08 15:13:33 +01:00
export(getfun)
export(index_embed)
2024-12-17 11:30:17 +01:00
export(is_any_class)
export(is_datetime)
export(m_datafileUI)
export(m_redcap_readServer)
export(m_redcap_readUI)
2024-12-17 11:30:17 +01:00
export(modal_cut_variable)
export(modify_qmd)
2024-11-08 15:13:33 +01:00
export(read_input)
export(regression_model)
export(regression_model_uv)
2024-11-08 15:13:33 +01:00
export(regression_table)
export(shiny_webResearch)
export(specify_qmd_format)
export(tbl_merge)
2024-12-17 11:30:17 +01:00
export(winbox_cut_variable)
2024-11-08 15:13:33 +01:00
export(write_quarto)
2024-12-17 11:30:17 +01:00
importFrom(classInt,classIntervals)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(htmltools,tagList)
importFrom(rlang,"%||%")
importFrom(rlang,call2)
importFrom(rlang,expr)
importFrom(rlang,set_names)
importFrom(rlang,syms)
importFrom(shiny,NS)
importFrom(shiny,bindEvent)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,modalDialog)
importFrom(shiny,moduleServer)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,renderPlot)
importFrom(shiny,req)
importFrom(shiny,showModal)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shinyWidgets,WinBox)
importFrom(shinyWidgets,noUiSliderInput)
importFrom(shinyWidgets,updateVirtualSelect)
importFrom(shinyWidgets,virtualSelectInput)
importFrom(shinyWidgets,wbControls)
importFrom(shinyWidgets,wbOptions)
2024-11-08 15:13:33 +01:00
importFrom(stats,as.formula)
2024-12-17 11:30:17 +01:00
importFrom(toastui,datagrid)
importFrom(toastui,datagridOutput2)
importFrom(toastui,grid_colorbar)
importFrom(toastui,renderDatagrid2)