models: Retrieve Models from Limex API

View source: R/models.R

modelsR 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)

limexhub documentation built on June 22, 2024, 6:58 p.m.

Related to models in limexhub...