How do I install packages on dataiku Rmarkdown files?(R programming language)
Abhijith
Posts: 3 ✭
im working with a rmarkdown file,I'm able to directly import few libraries like ggplot2 and Dataiku
but when I try to install packages using install.packages("plotly") ,it shows error in install.packages() '.
how do I install ?
Operating system used: Dataiku online
Answers
-
Hi,
You can install the required pacakge in R code env - https://knowledge.dataiku.com/latest/code/work-environment/how-to-create-code-environment.html
From the settings tab of the R markdown you can change the code env → to the one you've just created with the required packages

