getFormSchema: Gets the schema of a form

View source: R/forms.R

getFormSchemaR Documentation

Gets the schema of a form

Description

The result has a class "formSchema" and can be transformed to data.frame using as.data.frame()

Usage

getFormSchema(formId)

Arguments

formId

the form identifier

Value

A list with class ‘formSchema’.

Examples

## Not run: 
formSchema <- getFormSchema("ck2lt9wp3g")
formSchemaTable <- as.data.frame(getFormSchema("ck2lt9wp3g"))

## End(Not run)

bedatadriven/activityinfo-R documentation built on June 11, 2025, 12:38 a.m.