getDatabaseResources | R Documentation |
Creates a data.frame of database resources, types, parentIds and ids. This can be used to access a list of folders, forms, and sub-forms.
getDatabaseResources(database)
database |
Database tree or a database id |
## Not run:
dbTree <- getDatabaseTree("c9mudk52")
dbResources <- getDatabaseResources(dbTree)
folders <- dbResources[dbResources$type == "FOLDER",]
forms <- dbResources[dbResources$type == "FORM",]
subForms <- dbResources[dbResources$type == "SUB_FORM",]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.