Description Usage Arguments Examples
View source: R/GhcnDailyUpdate.R
When user does not have own observation dataset, one can download it from GHCN. However, not recommended since NA values are too many.
1 | GhcnDailyUpdate(NtlCode, stndir, syear_obs, eyear_obs)
|
NtlCode |
2 digit country(national) code, EnvList$NtlCode |
stndir |
directory where downloaded data from GHCN located, EnvList$stndir |
syear_obs |
start year of observation, EnvList$syear_obs |
eyear_obs |
end year of observation, EnvList$eyear_obs |
1 2 3 4 5 | ## Not run:
## You can download observation data of Myanmar(MY) from 1969 to 2005 into current working directory
GhcnDailyUpdate(NtlCode="MY", stndir=getwd(), syear_obs=1969, eyear_obs=2005)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.