Description
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
.
Usage
getDatabases(asDataFrame = TRUE)
Arguments
Argument | Description |
---|---|
asDataFrame |
Retrieve database list as a data.frame, otherwise returns as list. Default: TRUE |