get_projects: Get Projects

View source: R/utils-odk-central.R

get_projectsR Documentation

Get Projects

Description

Get a table of all of the projects on the ODK central server

Usage

get_projects(central_url, central_email, central_password)

Arguments

central_url

The url of the ODK central server

central_email

The email of your ODK central account

central_password

The password to your ODK central account

Details

Rpackage file: utils-odk-central.R

Value

A table of all of the projects and their details

Examples

central_url <- "https://central.rhomis.cgiar.org"
central_email <- "my_email"
central_password <- "my_password"
# get_projects(central_url,central_email,central_password)

l-gorman/rhomis-R-package documentation built on Nov. 8, 2023, 6:46 a.m.