getProjectProgress: Get project progress

View source: R/getProjectProgress.R

getProjectProgressR Documentation

Get project progress

Description

Fetch the progress of a ClimMob project

Usage

getProjectProgress(key, project, userowner, server = "climmob3")

Arguments

key

a character for the user's application programming interface (API) key

project

a character for the project id

userowner

a character for user name of project's owner

server

optional, a character to select from which server the data will be retrieved. 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 list with number of submissions per assessment and submissions per assessment per enumerator

Author(s)

KauĂȘ de Sousa

See Also

ClimMob website https://climmob.net/

Other GET functions: getDataCM(), getProjectsCM()

Examples


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

getProjectProgress(key = my_key,
                   project = "beanaru23",
                   userowner = "student",
                   server = "1000FARMS")



ClimMobTools documentation built on Nov. 10, 2023, 1:10 a.m.