Supporting Statistical Analysis for Research
1.1 Programming basics
Create a object with the value
i
referenced by the namefirst_object
.Set RStudio to python mode
library(reticulate) repl_python()
first_object = "i"
Create a object with the value
52
referenced by the namesecond_object
.second_object = 52