The R API¶
The DSS R API allows you to read & write DSS datasets from the R environment.
The DSS R API is designed to be used within DSS. It can be used:
- In R recipes
- In SparkR recipes (for Spark-based interaction)
- In Jupyter notebooks
- In custom recipes
Reference documentation¶
The DSS R API is made of several R packages which are bundled with DSS:
- The
dataiku
package provides datatable-based interaction - Reference documentation for the dataiku package can be found at https://doc.dataiku.com/dss/api/4.1/R/dataiku
- The
- The
dataiku.spark
package provides Spark interaction using the “SparkR” native API for Spark 1.X - Reference documentation for the dataiku.spark package can be found at https://doc.dataiku.com/dss/api/4.1/R/dataiku.spark
- The
- The
dataiku.spark2
package provides Spark interaction using the “SparkR” native API for Spark 2.X - Reference documentation for the dataiku.spark2 package can be found at https://doc.dataiku.com/dss/api/4.1/R/dataiku.spark2
- The
- The
dataiku.sparklyr
package provides Spark interaction using the “sparklyr” API - Reference documentation for the dataiku.sparklyr package can be found at https://doc.dataiku.com/dss/api/4.1/R/dataiku.sparklyr
- The