ngstk (version 0.1.0)

show_handers: Function to show all avaliabe handler function

Description

Function to show all avaliabe handler function

Usage

show_handers(hander_lib = "default_handers", show_all_funs = TRUE,
  show_code = NULL, show_description = FALSE,
  hander_confg_file = system.file("extdata", "config/hander.toml", package =
  "ngstk"))

Arguments

hander_lib

hander lib name

show_all_funs

Default is TRUE and to show all functions in the hander_lib

show_code

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

show_description

Default is FALSE

hander_confg_file

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

Examples

Run this code
# NOT RUN {
show_handers(show_description = TRUE)
show_handers(show_description = FALSE, show_all_funs = FALSE, 
            show_code = 'handler_na_replace')
# }

Run the code above in your browser using DataCamp Workspace