models {limexhub} | R Documentation |
Retrieve Models from Limex API
Description
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.
Usage
models(vendor = "boosted")
Arguments
vendor |
The name of the vendor for which models data is requested. |
Value
A data frame containing the models data if the request is successful; NULL otherwise.
Examples
## Not run:
models_data <- models(vendor = "boosted")
## End(Not run)
[Package limexhub version 0.1.5 Index]