tables {SparkR}R Documentation

Tables

Description

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

Usage

## Default S3 method:
tables(databaseName = NULL)

Arguments

databaseName

(optional) name of the database

Value

a SparkDataFrame

Note

tables since 1.4.0

See Also

listTables

Examples

## Not run: 
sparkR.session()
tables("hive")

## End(Not run)

[Package SparkR version 2.2.0 Index]