get_function | R Documentation |
Get the function with the specified name.
get_function(sc, fn, database = NULL)
sc |
A |
fn |
|
database |
|
If you are trying to get an in-built function then use the unqualified name
and pass NULL
as the database
name.
A spark_jobj
which includes the class name, database, description, whether
it is temporary and the name of the function.
function_exists()
, list_functions()
## Not run: sc <- sparklyr::spark_connect(master = "local") get_function(sc = sc, fn = "Not") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.