Description Usage Arguments Value Note See Also Examples
Returns a list of tables or views in the specified database. This includes all temporary views.
1 | listTables(databaseName = NULL)
|
databaseName |
(optional) name of the database |
a SparkDataFrame of the list of tables.
since 2.2.0
tables
1 2 3 4 5 6 | ## Not run:
sparkR.session()
listTables()
listTables("default")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.