getFormSchema

Description

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

Usage

getFormSchema(formId)

Arguments

Argument Description
formId the form identifier

Value

A list with class formSchema .

Examples

formSchema <- getFormSchema("ck2lt9wp3g")
formSchemaTable <- as.data.frame(getFormSchema("ck2lt9wp3g"))
Next item
getFormTree