SparkR (version 2.4.6)

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

Description

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

Usage

listFunctions(databaseName = NULL)

Arguments

databaseName

(optional) name of the database

Value

a SparkDataFrame of the list of function descriptions.

Examples

Run this code
# NOT RUN {
sparkR.session()
listFunctions()
# }

Run the code above in your browser using DataCamp Workspace