register_extension: Register a package that implements a sparkapi extension

Description Usage Arguments Note

View source: R/extensions.R

Description

Registering an extension package will result in the package being automatically scanned for spark dependencies when a connection to Spark is initiated (e.g. via start_shell).

Enumerate all registered extension packages

Usage

1
2
3

Arguments

package

Name of package to register

Note

Extensions are typically registered when packages are loaded onto the search path (i.e. in the .onLoad function).


rstudio/sparkapi documentation built on May 28, 2019, 9:31 a.m.