rxUse {rxode2} | R Documentation |
Use model object in your package
Description
Use model object in your package
Usage
rxUse(obj, overwrite = TRUE, compress = "bzip2", internal = FALSE)
Arguments
obj |
model to save. |
overwrite |
By default, |
compress |
Choose the type of compression used by |
internal |
If this is run internally. By default this is FALSE |
Value
Nothing; This is used for its side effects and shouldn't be called by a user
[Package rxode2 version 2.1.3 Index]