tableNames: Table Names

Description Usage Arguments Value Note Examples

View source: R/catalog.R

Description

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

Usage

1
tableNames(databaseName = NULL)

Arguments

databaseName

(optional) name of the database

Value

a list of table names

Note

tableNames since 1.4.0

Examples

1
2
3
4
5
## Not run: 
sparkR.session()
tableNames("hive")

## End(Not run)

SparkR documentation built on June 3, 2021, 5:05 p.m.