# NOT RUN {
# }
# NOT RUN {
#When online:
MPAs=load_MPAs()
plot(MPAs)
#If going offline in the future: load and save as RData when online,
# then reload RData when offline:
MPAs=load_MPAs()
EEZs=load_EEZs()
save(list=c('MPAs','EEZs'), file = file.path(tempdir(), "CCAMLRLayers.RData"))
rm(MPAs,EEZs)
load(file.path(tempdir(), "CCAMLRLayers.RData"))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab