Checks if the database with the specified name exists.
databaseExists.Rd
Checks if the database with the specified name exists.
Examples
if (FALSE) {
sparkR.session()
databaseExists("spark_catalog.default")
}
databaseExists.Rd
Checks if the database with the specified name exists.
if (FALSE) {
sparkR.session()
databaseExists("spark_catalog.default")
}