Skip to contents

Returns the current default database.

Usage

currentDatabase()

Value

name of the current default database.

Note

since 2.2.0

Examples

if (FALSE) { # \dontrun{
sparkR.session()
currentDatabase()
} # }