Returns a list of tables or views in the specified database
listTables.Rd
Returns a list of tables or views in the specified database. This includes all temporary views.
Arguments
- databaseName
(optional) name of the database The database name can be qualified with catalog name since 3.4.0.
Examples
if (FALSE) {
sparkR.session()
listTables()
listTables("spark_catalog.default")
}