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

name of the database

Value

a SparkDataFrame

Note

tables since 1.4.0

Examples

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

[Package SparkR version 2.1.1 Index]