setwd('/media/mha/KINGSTON/DATA/RCM2019/')
d= dir()
for (i in d){
cat(i, '\n')
# setwd('/media/mha/KINGSTON/DATA/RCM2019/')
system(paste('cdo yearmean', i, file.path('/media/mha/KINGSTON/DATA/RCM2019_annual', i)))
}
setwd('/home/DATA/RCM2019/daily')
d= dir()
for (i in d){
cat(i, '\n')
# setwd('/media/mha/KINGSTON/DATA/RCM2019/')
system(paste('cdo monmean', i, file.path('/home/DATA/RCM2019/monthly', i)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.