write.efc | R Documentation |
Write a list of EverForecast data to a file folder
write.efc(x, directory = "G:/data/ever4cast/20220501/output/")
x |
list of EverForecast SpatRaster data sets |
directory |
character. Output directory; this is not a filename. An individual file is saved for each element in the EverForecast list |
none
## Not run:
everforecastDirectory <- "C:/path/to/data"
dat1 <- loadSims(directory = everforecastDirectory)
write.efc(x = dat1, directory = "G:/data/ever4cast/20220501/output/")
newdat <- read.efc(directory = "G:/data/ever4cast/20220501/output/")
newdat
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.