show_handlers: Function to show all avaliabe handler function

Description Usage Arguments Examples

View source: R/handler.R

Description

Function to show all avaliabe handler function

Usage

1
2
3
4
show_handlers(handler_lib = "default_handlers", show_all_funs = TRUE,
  show_code = NULL, show_description = FALSE,
  handler_confg_file = system.file("extdata", "config/handler.toml",
  package = "ngstk"))

Arguments

handler_lib

handler lib name

show_all_funs

Default is TRUE and to show all functions in the handler_lib

show_code

Default is NULL, select handler you want to see its source code

show_description

Default is FALSE

handler_confg_file

ngstk handler configuration file path, default is system.file('extdata', 'config/handler.toml', package = 'ngstk')

Examples

1
2
3
show_handlers(show_description = TRUE)
show_handlers(show_description = FALSE, show_all_funs = FALSE, 
            show_code = 'handler_na_replace')

ngstk documentation built on May 2, 2019, 9:19 a.m.