Returns a list of tables or views in the specified database. This includes all temporary views.
listTables(databaseName = NULL)
(optional) name of the database
a SparkDataFrame of the list of tables.
# NOT RUN {
sparkR.session()
listTables()
listTables("default")
# }
Run the code above in your browser using DataLab