Learn R Programming

ClimMobTools (version 0.2-7)

getProjectsCM: Get ClimMob projects

Description

Fetch the list of ClimMob projects using your API key

Usage

getProjectsCM(key = NULL)

Arguments

key

a character for the ClimMob user API key

Value

A data frame with the ClimMob projects

project_id

the project unique id

name

the project name

status

the current status

creation_date

the project's creation date

See Also

https://climmob.net/climmob3/

Examples

Run this code
# NOT RUN {
# This function will not work without an API key  
# the user API key can be obtained once a free ClimMob account 
# is created via https://climmob.net/climmob3/

my_key <- "add_your_key"

getProjectsCM(key = my_key)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab