default_shiny_io_functions {SIAtools} | R Documentation |
Default {shiny}
input/output UI functions consulted by
module_namespace_linter()
Description
A character vector of function names whose calls are inspected for ns()
omission. Name of each element denotes the original package. Please refer to
module_namespace_linter()
for more details.
Usage
default_shiny_io_functions
Format
An object of class character
of length 25.
Details
Following functions are covered:
-
shiny::actionButton
-
shiny::actionLink
-
shiny::checkboxGroupInput
-
shiny::checkboxInput
-
shiny::dateInput
-
shiny::dateRangeInput
-
shiny::fileInput
-
shiny::numericInput
-
shiny::passwordInput
-
shiny::radioButtons
-
shiny::selectInput
-
shiny::sliderInput
-
shiny::textAreaInput
-
shiny::textInput
-
shiny::varSelectInput
-
shiny::dataTableOutput
-
shiny::tableOutput
-
shiny::uiOutput
-
shiny::htmlOutput
-
shiny::verbatimTextOutput
-
shiny::imageOutput
-
shiny::textOutput
-
shiny::plotOutput
-
plotly::plotlyOutput
-
DT::DTOutput
See Also
Other helpers:
curr_proj()
,
edit_rstudio_shortcuts()
,
list_categories()
,
open_sm_manifest()
,
print.sm_manifest()
,
sia_head_tag()