install_models | R Documentation |
Allometric models are stored in a remote repository located on GitHub located
here. The user must install
these models themselves using this function. This function clones the models
repository within the allometric package directory and constructs a local
dataframe containing the models. This dataframe is stored in the global
environment variable allometric_models
upon completion of the function.
Refer to allometric::allometric_models
for further information.
install_models(redownload = FALSE, ignore_cache = FALSE, verbose = TRUE)
redownload |
If |
ignore_cache |
If |
verbose |
If |
No return value, installs models into the package directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.