I'm trying to write an R notebook, then save it in html (or pdf) format with the knit function. However, I can't save it, R becomes very slow and freezes, and I keep getting this message (in French since my version is French speaking):
Error navigating "path-name": Le chemin d'accès spécifié est introuvable
I have tried to change the working directory with setwd("...")
, but it does not work. library(rmarkdown)
has been correctly uploaded.
Would anyone have a solution to this please?
Thank you in advance.
Things tried:
Change working directory with
setwd()
Reset R session
Remove all the environment variables with :
rm(list = ls())