Jupyter Notebook that Executes R

Jupyter Notebook that Executes R#

x <- 42
x
print(x)
42
[1] 42

HIIIII

print("goober")
[1] "goober"