tables {SparkR} | R Documentation |
Returns a SparkDataFrame containing names of tables in the given database.
## Default S3 method: tables(databaseName = NULL)
databaseName |
name of the database |
a SparkDataFrame
tables since 1.4.0
## Not run:
##D sparkR.session()
##D tables("hive")
## End(Not run)