Skip to contents

Returns a SparkDataFrame containing names of tables in the given database.

Usage

tables(databaseName = NULL)

Arguments

databaseName

(optional) name of the database The database name can be qualified with catalog name since 3.4.0.

Value

a SparkDataFrame

Note

tables since 1.4.0

See also

Examples

if (FALSE) {
sparkR.session()
tables("spark_catalog.hive")
}