| nlmixr2saveInvalidate | R Documentation |
:= cache entry under the active prefix and directoryRemoves the cache files (.zip, .rds), the fit loader scripts (.R) and
fit component files (-*.csv, -*.rds, -*.R) whose names begin with the
current getOption("nlmixr2save.prefix") in the current
getOption("nlmixr2save.dir"). Use it to force := to re-run cached
fits/simulations on the next render when nlmixr2save.check is FALSE.
nlmixr2saveInvalidate()
invisibly, the character vector of files removed
Matthew L. Fidler
## Not run:
options(nlmixr2save.dir = "cache", nlmixr2save.prefix = "modelPiping-")
nlmixr2saveInvalidate() # clears cache/modelPiping-* entries
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.