Description Usage Arguments Value Note Examples
Returns the names of tables in the given database as an array.
1 | tableNames(databaseName = NULL)
|
databaseName |
(optional) name of the database |
a list of table names
tableNames since 1.4.0
1 2 3 4 5 | ## Not run:
sparkR.session()
tableNames("hive")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.