0

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:
  1. Change working directory with setwd()

  2. Reset R session

  3. Remove all the environment variables with :

    • rm(list = ls())
stefan
  • 90,330
  • 6
  • 25
  • 51

0 Answers0