qcbsmdc_list_tables: Get the list of tables for a given form and user on the QCBS...

Description Usage Arguments Value See Also Examples

Description

Get the list of tables for a given form and user on the QCBS Mobile Data Collection System

Usage

1
qcbsmdc_list_tables(conn, form_id)

Arguments

conn

a connection list file containing user_id and api_key values

form_id

the name or id of the form from which the table list is to be obtained

Value

character vector with list of table names

See Also

qcbsmdc_list_forms for obtaining forms

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') 
table_list<-qcbs_list_tables(conn,'MyForm1')

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