cancel
Showing results for 
Search instead for 
Did you mean: 
dylanwan
Employee
Employee

SparkR.png

Overview

R is a popular language in Data Science.  Incorta supports creating materialized views (MV) with R.

Your first Spark Program

The minimum requirement for creating an MV includes the following:

# Read data from Incorta into Spark
df <- read("Titanic_R.Titanic_train")

# Use display() - an Incorta Notebook extension to print data 
display(df)

# Save the Spark Data Frame as an Incorta Materialized View
save(df)

Read More

Best Practices Index
Best Practices

Just here to browse knowledge? This might help!

Contributors
Version history
Last update:
‎04-06-2022 04:29 PM
Updated by: