Skip to contents

Checks if the database with the specified name exists.

Usage

databaseExists(databaseName)

Arguments

databaseName

name of the database, allowed to be qualified with catalog name

Note

since 3.4.0

Examples

if (FALSE) {
sparkR.session()
databaseExists("spark_catalog.default")
}