powered by
Returns a list of functions registered in the specified database. This includes all temporary functions.
listFunctions(databaseName = NULL)
(optional) name of the database
a SparkDataFrame of the list of function descriptions.
# NOT RUN { sparkR.session() listFunctions() # }
Run the code above in your browser using DataLab