Fetch the status of ClimMob projects
getProjectsCM(key, server = "climmob3", ...)
A data.frame with the variables:
the ClimMob single id in the server database
the project's code from the ClimMob user
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/
Other GET functions:
getDataCM()
,
getProjectProgress()
if (FALSE) { # interactive()
# This function only works with an API key
# the API key can be obtained from your ClimMob account
my_key = "ff05a174-28d0-4a40-ab5a-35dc486133a6"
getProjectsCM(key = my_key, server = "1000FARMS")
}