powered by
Function to show all avaliabe mhandler function
show_mhandlers(mhandler_lib = "default_mhandlers", show_all_funs = TRUE, show_code = NULL, show_description = FALSE, mhandler_confg_file = system.file("extdata", "config/mhandler.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_mhandlers(show_description = TRUE) show_mhandlers(show_description = FALSE, show_all_funs = FALSE, show_code = 'mhandler_fusions_anyfull_match') # }
Run the code above in your browser using DataLab