Can't knit a Rmarkdown whith R function. It show a table under the code, but doesn't knit it. It says "object not fount", I can't understant why.
When you knit an Rmd document the code gets executed in a clean environment other than your current working environment, where gen
doesn't exists. The solution is to include in your Rmd file the code you have used to import/generate the gen
object.
1 Like
This topic was automatically closed 7 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.