loadSpataObject | R Documentation |
Reads an .RDS file, checks if it is an object of class SPATA2
and checks whether it must be updated.
loadSpataObject(directory_spata, verbose = TRUE, update = TRUE)
directory_spata |
Character value. The directory from which to load the |
verbose |
Logical. If (Warning messages will always be printed.) |
update |
Logical value. If |
loadSpataObject()
is a wrapper around base::readRDS()
with which
you could load your SPATA2
object as well.
The loaded object. If not of class SPATA2
, a warning is printed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.