Tables
tables.RdReturns a SparkDataFrame containing names of tables in the given database.
Arguments
- databaseName
- (optional) name of the database The database name can be qualified with catalog name since 3.4.0. 
Examples
if (FALSE) {
sparkR.session()
tables("spark_catalog.hive")
}