Table Names
tableNames.Rd
Returns the names of tables in the given database as an array.
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()
tableNames("spark_catalog.hive")
}