models | R Documentation |
Fetches data about models from the Limex API for a specified vendor. It uses an API token that is stored in the 'LIMEX_API_TOKEN' environment variable.
models(vendor = "boosted")
vendor |
The name of the vendor for which models data is requested. |
A data frame containing the models data if the request is successful; NULL otherwise.
## Not run:
models_data <- models(vendor = "boosted")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.