Learn R Programming

ClimMobTools (version 0.5)

getProjectProgress: Get project progress

Description

Fetch the progress of a ClimMob project

Usage

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

Value

A list with number of submissions per assessment and submissions per assessment per enumerator

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

Author

Kauê de Sousa

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/

See Also

ClimMob website https://climmob.net/

Other GET functions: getDataCM(), getProjectsCM()

Examples

Run this code
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 <- "92cec84d-44f5-4858-9ef0-bd872496311c"
 
getProjectProgress(key = my_key,
                   project = "testmark",
                   userowner = "kauedesousa",
                   server = "testing")

}

Run the code above in your browser using DataLab