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

Value

a SparkDataFrame

Note

tables since 1.4.0

See also

Examples

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