gadget_update.gadgettime | R Documentation |
Replace and/or append new time comonents to an existing file
## S3 method for class 'gadgettime' gadget_update(gf, ...)
gf |
The gadgetfile object to update |
... |
Valid options for a time file; firstyear, firststep, lastyear, laststep, notimesteps. See gadget user guide |
## Not run: library(magrittr) # import %>% function path <- './model' gadgettime('time', path, missingOkay = TRUE) %>% gadget_update(firstyear = 1990, lastyear = 2000) %>% write.gadget.file(path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.