| list_databases | R Documentation |
Returns a list of databases available across all sessions. The result contains the name, description and locationUri of each database.
list_databases(sc)
sc |
A |
A tibble containing 3 columns:
name - The name of the database.
description - Description of the database.
locationUri - Path (in the form of a uri) to data files.
current_database(), database_exists(), set_current_database()
## Not run: sc <- sparklyr::spark_connect(master = "local") list_databases(sc = sc) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.