SparkR (version 3.1.2)

tableNames: Table Names

Description

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

Usage

tableNames(databaseName = NULL)

Arguments

databaseName

(optional) 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