pluck_modeltime_model: Extract model by model id in a Modeltime Table
Description
The pull_modeltime_model() and pluck_modeltime_model() functions are synonymns.
Usage
pluck_modeltime_model(object, .model_id)# S3 method for mdl_time_tbl
pluck_modeltime_model(object, .model_id)
pull_modeltime_model(object, .model_id)
Arguments
.model_id
A numeric value matching the .model_id that you want to update
Examples
Run this code# NOT RUN {
m750_models %>%
pluck_modeltime_model(2)
# }
Run the code above in your browser using DataLab