powered by
Return all TI that are installed in one or more packages
get_ti_methods( method_ids = NULL, as_tibble = TRUE, ti_packages = ifelse(requireNamespace("dynmethods", quietly = TRUE), "dynmethods", "dynwrap"), evaluate = FALSE )
The method identifiers. NULL if listing all methods
Whether or not to return the ti_methods as a tibble
In which packages to look for TI methods. This will by default look into dynmethods if it is installed, otherwise in dynwrap.
Whether to evaluate the functions
A dataframe (or list if as_tibble = FALSE) containing the name (id) of the TI method and the function (fun) to load in the method.
as_tibble = FALSE
# NOT RUN { head(get_ti_methods()) # }
Run the code above in your browser using DataLab