powered by
Returns a SparkDataFrame containing names of tables in the given database.
tables(databaseName = NULL)
(optional) name of the database
a SparkDataFrame
listTables
# NOT RUN { sparkR.session() tables("hive") # }
Run the code above in your browser using DataLab