SparkR (version 2.1.2)

tables: Tables

Description

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

Usage

# S3 method for default
tables(databaseName = NULL)

Arguments

databaseName

name of the database

Value

a SparkDataFrame

Examples

Run this code
# NOT RUN {
sparkR.session()
tables("hive")
# }

Run the code above in your browser using DataLab