powered by
Returns the names of tables in the given database as an array.
tableNames(databaseName = NULL)
(optional) name of the database
a list of table names
# NOT RUN { sparkR.session() tableNames("hive") # }
Run the code above in your browser using DataLab