Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 16, 2024 6:33PM
Likes: 0
Replies: 1
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
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