Skip to contents

Sets the current default catalog.

Usage

setCurrentCatalog(catalogName)

Arguments

catalogName

name of the catalog

Note

since 3.4.0

Examples

if (FALSE) {
sparkR.session()
setCurrentCatalog("spark_catalog")
}