I'm trying to use data from Global Environment in R Markdown. When I call a 'summary(mydata)'
it gives me this error:
object 'mydata' not found
I got all my work in many different scripts, so that is not easy for me to create a .R
file for each result.
So, can I call data defined on Global Environment in R Markdown?
Thank You.