getProjectsCM: Get ClimMob projects

View source: R/getProjectsCM.R

getProjectsCMR Documentation

Get ClimMob projects

Description

Fetch the status of ClimMob projects

Usage

getProjectsCM(key, server = "climmob3", ...)

Arguments

key

character, the user's API key

server

character, to indicate from which server the data will be retrieved. See details

...

additional arguments passed to methods. See details

Details

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/

Value

A data.frame with the variables:

project_id

the ClimMob single id in the server database

project_code

the project's code from the ClimMob user

project_name

the project's name

user_owner

the account name that owns the project

country

the country of project's implementation

status

the current status

creation_date

date where the project was created

Author(s)

KauĂȘ de Sousa

See Also

Other GET functions: getDataCM(), getProjectProgress()

Examples


# 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")


kauedesousa/ClimMobTools documentation built on June 9, 2025, 11:41 a.m.