Description Usage Arguments Value Note Examples
Returns a list of functions registered in the specified database. This includes all temporary functions.
1 | listFunctions(databaseName = NULL)
|
databaseName |
(optional) name of the database |
a SparkDataFrame of the list of function descriptions.
since 2.2.0
1 2 3 4 5 | ## Not run:
sparkR.session()
listFunctions()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.