Description Usage Arguments Examples
Import and initialize Hail using a spark connection.
1 | hail_context(sc)
|
sc |
Spark connection. |
1 2 3 4 5 6 7 8 | ## Not run:
library(sparklyr)
sc <- spark_connect(master = "local", version = "2.4", config = hail_config())
hail_context(sc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.