scto_meta {rsurveycto}R Documentation

Read metadata from a SurveyCTO server

Description

These functions read metadata from a SurveyCTO server.

Usage

scto_meta(auth)

scto_catalog(auth)

Arguments

auth

scto_auth() object.

Value

scto_meta() returns a nested list of metadata related to forms, datasets, groups, and publishing information. scto_catalog() returns a data.table with columns type ("form" or "dataset"), id, title, version, group_id, and group_title.

See Also

scto_auth(), scto_read(), scto_get_form_definitions(), scto_write()

Examples

## Not run: 
auth = scto_auth('scto_auth.txt')
metadata = scto_meta(auth)
catalog = scto_catalog(auth)

## End(Not run)


[Package rsurveycto version 0.1.6 Index]