Store an n2kModel
object
store_model(x, base, project, overwrite = TRUE, validate = TRUE)
# S4 method for ANY,character
store_model(x, base, project, overwrite = TRUE, validate = TRUE)
# S4 method for ANY,s3_bucket
store_model(x, base, project, overwrite = TRUE, validate = TRUE)
The n2kModel
.
The base location to store the model.
Will be a relative path within the base location.
Should an existing object be overwritten?
Defaults to TRUE
.
Check that the object is valid before storing it.
Defaults to TRUE
.