Learn R Programming

ClimMobTools (version 1.4)

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

character, the user's API key

project

character, the project id

userowner

character, username of project's owner

server

character, to indicate 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

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 from your ClimMob account
 
library("ClimMobTools")
my_key = "ff05a174-28d0-4a40-ab5a-35dc486133a6"

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

Run the code above in your browser using DataLab