BiologicalRecordsCentre / BRCindicators

An R package for creating indicators from trends data
4 stars 11 forks source link

Better metadata on the output #74

Open drnickisaac opened 3 years ago

drnickisaac commented 3 years ago

It would be really handy to store the input parameters on the outputtted model, as in sparta. Something like attr(MSI, "call") <- call

AugustT commented 3 years ago

This is what you need

attr(MSI, "call") <- match.call()