SparkR (version 2.1.2)

tableNames: Table Names

Description

Returns the names of tables in the given database as an array.

Usage

# S3 method for default
tableNames(databaseName = NULL)

Arguments

databaseName

name of the database

Value

a list of table names

Examples

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

Run the code above in your browser using DataLab