View source: R/method_get_ti_methods.R
get_ti_methods | R Documentation |
Return all TI that are installed in one or more packages
get_ti_methods(
method_ids = NULL,
as_tibble = TRUE,
ti_packages = ifelse(is_dynmethods_installed(), "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. This will by default look into dynmethods if it is installed, otherwise in dynwrap. |
evaluate |
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.
head(get_ti_methods())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.