Create Spark Extension
spark_extension
Description
Creates an R package ready to be used as an Spark extension.
Usage
spark_extension(path)Arguments
| Arguments | Description |
|---|---|
| path | Location where the extension will be created. |
Creates an R package ready to be used as an Spark extension.
| Arguments | Description |
|---|---|
| path | Location where the extension will be created. |
---
title: "Create Spark Extension"
execute:
eval: true
freeze: true
---
## spark_extension
## Description
Creates an R package ready to be used as an Spark extension.
## Usage
```r
spark_extension(path)
```
## Arguments
|Arguments|Description|
|---|---|
| path | Location where the extension will be created. |