Remove model files associated with the specified tags
delete_models(.mods, .tags = "test threads", .force = FALSE)
a bbi model object or list of model objects.
a character vector identifying the tags of the models you want to delete.
If set to NULL
, no filtering will be performed and all associated model files will be deleted.
logical (T/F). If TRUE
, do not prompt the user if they want to delete the models.