listTables {SparkR} | R Documentation |
Returns a list of tables or views in the specified database. This includes all temporary views.
listTables(databaseName = NULL)
databaseName |
(optional) name of the database |
a SparkDataFrame of the list of tables.
since 2.2.0
## Not run:
##D sparkR.session()
##D listTables()
##D listTables("default")
## End(Not run)