listFunctions: Returns a list of functions registered in the specified...

Description Usage Arguments Value Note Examples

View source: R/catalog.R

Description

Returns a list of functions registered in the specified database. This includes all temporary functions.

Usage

1
listFunctions(databaseName = NULL)

Arguments

databaseName

(optional) name of the database

Value

a SparkDataFrame of the list of function descriptions.

Note

since 2.2.0

Examples

1
2
3
4
5
## Not run: 
sparkR.session()
listFunctions()

## End(Not run)

SparkR documentation built on June 3, 2021, 5:05 p.m.