getFormSchema | R Documentation |
The result has a class "formSchema" and can be transformed to
data.frame using as.data.frame()
getFormSchema(formId)
formId |
the form identifier |
A list with class ‘formSchema’.
## Not run:
formSchema <- getFormSchema("ck2lt9wp3g")
formSchemaTable <- as.data.frame(getFormSchema("ck2lt9wp3g"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.