findmodels {meifly} | R Documentation |
General ensemble of models from models in global workspace
findmodels(modeltype = "lm", dataset, pattern)
modeltype |
model type |
dataset |
if specified, all models must use this dataset |
pattern |
pattern of model object names to match |
Hadley Wickham <h.wickham@gmail.com>