Extract model by model id in a Modeltime Table
The pull_modeltime_model()
and pluck_modeltime_model()
functions are synonymns.
pluck_modeltime_model(object, .model_id) ## S3 method for class 'mdl_time_tbl' pluck_modeltime_model(object, .model_id) pull_modeltime_model(object, .model_id)
object |
A Modeltime Table |
.model_id |
A numeric value matching the .model_id that you want to update |
combine_modeltime_tables()
: Combine 2 or more Modeltime Tables together
add_modeltime_model()
: Adds a new row with a new model to a Modeltime Table
update_modeltime_description()
: Updates a description for a model inside a Modeltime Table
update_modeltime_model()
: Updates a model inside a Modeltime Table
pull_modeltime_model()
: Extracts a model from a Modeltime Table
m750_models %>% pluck_modeltime_model(2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.