getDatabaseRoles | R Documentation |
Get database roles in a data frame.
getDatabaseRoles(database)
database |
database tree using getDatabaseTree or the databaseId |
## Not run:
dbTree <- getDatabaseTree(databaseId = "ck3pqrp9a1z") # fetch the database tree
roles <- getDatabaseRoles(dbTree) # get the database roles
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.