powered by
Function to show all avaliabe handler function
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"))
handler lib name
Default is TRUE and to show all functions in the handler_lib
Default is NULL, select handler you want to see its source code
Default is FALSE
ngstk handler configuration file path, default is system.file('extdata', 'config/handler.toml', package = 'ngstk')
# NOT RUN { show_handlers(show_description = TRUE) show_handlers(show_description = FALSE, show_all_funs = FALSE, show_code = 'handler_na_replace') # }
Run the code above in your browser using DataLab