getDatabases | R Documentation |
Retrieves a list of databases the authenticated user owns, or has been shared
with the authenticated user as a tibble. You can retrieve it as a list
if you set the argument asDataFrame
to FALSE
.
getDatabases(asDataFrame = TRUE)
asDataFrame |
Retrieve database list as a data.frame, otherwise returns as list. Default: TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.