Fetch the status of ClimMob projects
getProjectsCM(key, server = "climmob3", ...)
a character for the user's application programming interface (API) key
optional, a character to select from which server the data will be retrieved. See details
additional arguments passed to methods. See details
A data.frame with the variables:
the project's id
the project's name
the account name that owns the project
the country of project's implementation
the current status
date where the project was created
server
: the default server is "climmob" used for clients of
https://climmob.net/climmob3/, other options are:
"1000farms" for clients of https://1000farms.climmob.net/
ClimMob website https://climmob.net/
Other GET functions:
getDataCM()
,
getProjectProgress()
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/
my_key <- "ff05a174-28d0-4a40-ab5a-35dc486133a6"
getProjectsCM(key = my_key, server = "1000FARMS")
}