I am trying to import the rpy2 library into a Jupyter Notebook but I cannot get past this error.
The PATH \'C:\\Program Files\\R\\R-4.0.2\\bin\\x64\' has been added.<
I found a solution here.
Adding the PATH
C:\Users\username\Anaconda2;C:\Users\username\Anaconda2\Scripts;C:\Users\username\Anaconda2\Library\bin;C:\Users\username\Anaconda2\Library\mingw-w64\lib;C:\Users\username\Anaconda2\Library\mingw-w64\bin
and subsequently restarting Anaconda fixed the issue.