mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
new working version with major updates
This commit is contained in:
parent
fb2569c647
commit
e4633421aa
16 changed files with 1678 additions and 85 deletions
46
NAMESPACE
46
NAMESPACE
|
|
@ -1,17 +1,23 @@
|
|||
# Generated by roxygen2: do not edit by hand
|
||||
|
||||
S3method(cut,hms)
|
||||
S3method(regression_table,default)
|
||||
S3method(regression_table,list)
|
||||
export(argsstring2list)
|
||||
export(baseline_table)
|
||||
export(cut_variable_server)
|
||||
export(cut_variable_ui)
|
||||
export(default_format_arguments)
|
||||
export(factorize)
|
||||
export(format_writer)
|
||||
export(getfun)
|
||||
export(index_embed)
|
||||
export(is_any_class)
|
||||
export(is_datetime)
|
||||
export(m_datafileUI)
|
||||
export(m_redcap_readServer)
|
||||
export(m_redcap_readUI)
|
||||
export(modal_cut_variable)
|
||||
export(modify_qmd)
|
||||
export(read_input)
|
||||
export(regression_model)
|
||||
|
|
@ -20,5 +26,45 @@ export(regression_table)
|
|||
export(shiny_webResearch)
|
||||
export(specify_qmd_format)
|
||||
export(tbl_merge)
|
||||
export(winbox_cut_variable)
|
||||
export(write_quarto)
|
||||
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)
|
||||
importFrom(stats,as.formula)
|
||||
importFrom(toastui,datagrid)
|
||||
importFrom(toastui,datagridOutput2)
|
||||
importFrom(toastui,grid_colorbar)
|
||||
importFrom(toastui,renderDatagrid2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue