View source: R/utils-odk-central.R
get_projects | R Documentation |
Get a table of all of the projects on the ODK central server
get_projects(central_url, central_email, central_password)
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 |
Rpackage file: utils-odk-central.R
A table of all of the projects and their details
central_url <- "https://central.rhomis.cgiar.org"
central_email <- "my_email"
central_password <- "my_password"
# get_projects(central_url,central_email,central_password)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.