Hey hey !
I'm a beginner on R Markdown, I want to make within a project a .Rmd summary of several df and objects compiled in several scripts of my R project.
So I followed the following tuto :
By changing directly in the working directory in the menu (Tools -> Global Options -> R Markdown).
When I compile in the console my .Rmd no error appears but if I knit my .Rmd in HTML format it gives me an error as soon as I call the first df:
'''
Error in eval(expr, envir, encols) :
object 'data' not found
Calls: Anonymous> .. withVisible -> eval_with_user_handlers -> eval -> eval
Execution stopped
'''
I wonder if it's not a directory problem, the 'data' df in question is in my environment.
However when I look at my Knit Directory I am in Project Directory.
I hope to have been clear, good day to you