Skip to contents

Returns the current default catalog.

Usage

currentCatalog()

Value

name of the current default catalog.

Note

since 3.4.0

Examples

if (FALSE) {
sparkR.session()
currentCatalog()
}