View source: R/connection_instances.R
spark_connection_find | R Documentation |
Finds an active spark connection in the environment given the connection parameters.
spark_connection_find(master = NULL, app_name = NULL, method = NULL)
master |
The Spark master parameter. |
app_name |
The Spark application name. |
method |
The method used to connect to Spark. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.