'R packages with Anaconda

I have Anaconda and I am learning to use it. I also installed R with it. It creates a separate enviroment " rstudio" with the default packages, but a lot of them appear with r-<name of the original package>, for example readxl is shown in the Anaconda enviroment as r-readxl. When I try to run in Rstudio, regardless of whether I type the original name of the package or the full "r-readxl" it does not find it. It says: there is no package called ‘r-readxl’. Is there a way to tell Rsutdio that the packages in the Anaconda file are the ones of reference? How can I fix this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source