Hello,
I keep getting the "The system cannot find the file specified" when I tried to knit.
Error in line 18 but not sure what's the problem exactly.
any help?
Hello,
I keep getting the "The system cannot find the file specified" when I tried to knit.
Error in line 18 but not sure what's the problem exactly.
any help?
Don't install packages within an .Rmd or Quarto document.
what do I do exactly?
Install the packages in a regular R session, using those same commands. Then, in the Rmd file, use library(wordcloud)
and library(topicmodels)
.
Perfect, works well now. Thank you!
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.