Skip to contents

Get the database with the specified name

Usage

getDatabase(databaseName)

Arguments

databaseName

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

Value

A named list.

Note

since 3.4.0

Examples

if (FALSE) {
sparkR.session()
db <- getDatabase("default")
}