Answers for "install r packages in anaconda"

1

install r packages in anaconda

conda install r-<package_name>
#When using conda to install R packages, you will need to add r- before the 
# regular package name
Posted by: Guest on September-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language