if (FALSE) { # interactive()
# This function only works with an API key
# the API key can be obtained once a free ClimMob account
# is created via https://climmob.net/
library("ClimMobTools")
my_key <- "ff05a174-28d0-4a40-ab5a-35dc486133a6"
getDataCM(key = my_key,
project = "beanaru23",
userowner = "student",
server = "1000farms")
# get in the wide format
getDataCM(key = my_key,
project = "beanaru23",
userowner = "student",
server = "1000farms",
pivot.wider = TRUE)
}
Run the code above in your browser using DataLab