R/method_get_ti_methods.R
    get_ti_methods.RdReturn all TI ti_methods
get_ti_methods(method_ids = NULL, as_tibble = TRUE, ti_packages = ifelse("dynmethods" %in% rownames(utils::installed.packages()), "dynmethods", "dynwrap"), evaluate = FALSE)
| method_ids | The method identifiers. NULL if listing all methods | 
|---|---|
| as_tibble | Whether or not to return the ti_methods as a tibble | 
| ti_packages | In which packages to look for ti methods | 
| evaluate | Automatically evaluate the functions |