| mod_filtering | R Documentation | 
xxxxx
mod_Filtering_ui(id)
mod_Filtering_server(
  id,
  dataIn = reactive({
     NULL
 }),
  steps.enabled = reactive({
     NULL
 }),
  remoteReset = reactive({
     FALSE
 }),
  steps.status = reactive({
     NULL
 }),
  current.pos = reactive({
     1
 }),
  verbose = FALSE
)
| id | A  | 
| dataIn | An instance of the class  | 
| steps.enabled | A  | 
| remoteReset | A  | 
| steps.status | A  | 
| current.pos | A  | 
| verbose | A  | 
NA
xxxxxxx
xxxxx
xxxxxx
The user manual of the package MagellanNTK.
if (interactive()) {
    run_workflow("Filtering", verbose = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.