View source: R/functions_wrapper.R
list_models | R Documentation |
List names of all models in a context
Will by default vector only models in the top level, but can vector all recursively using the recursive option. This will add the context path to each model name as a qualifier.
list_models(context, recursive = FALSE)
context |
(Context) The context |
recursive |
(logical) Only top level or all levels recursively down. |
(vectorc(str)) A vector of the model names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.