if (FALSE) {
## Variables available recently
grepVar('cloud', service = 'gfs', complete = TRUE)
## Variables available some days ago
grepVar('cloud', service = 'nam',
day = Sys.Date() - 10,
complete = TRUE)
## You can get the complete list with x = ""
grepVar("", service = 'meteogalicia', complete = TRUE)
}
Run the code above in your browser using DataLab