save_master | R Documentation |
Functions to save and read master objects
save_master(master, file_name, verbose = TRUE)
read_master(file_name)
master |
object derived from the functions
|
file_name |
(character) name for the file to save or read the master object (includes extension ".rds"). |
verbose |
whether or not to print messages about the process. Default = TRUE. |
If verbose
= TRUE, a message indicating the path where the object
was saved.
a master matrix object with unwrapped spatial objects.
m_matrix <- read_master(system.file("extdata/m_matrix.rds",
package = "biosurvey"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.