qcbsmdc_list_forms: Get the list of forms for a given user on the QCBS Mobile...

Description Usage Arguments Value See Also Examples

Description

Get the list of forms for a given user on the QCBS Mobile Data Collection System

Usage

1

Arguments

conn

a connection list file containing user_id and api_key values

Value

character vector with list of form names

See Also

qcbsmdc_list_tables for obtaining list of tables for a particular form

qcbsmdc_get_tables for obtaining the content of the tables

Examples

1
2
3
# api keys can be obtained from your account on the http://quebio.ca/odk website
conn=list(user_id="JohnDoe",api_key="8fjasdf3h112aad")
my_forms<-qcbsmdc_list_forms(conn)

QCBS/qcbsmdc documentation built on May 8, 2019, 3:48 a.m.