Hi I am using R studio and the "knitHTML" button to convert my Rmd file into a html file. However, even thought the code runs fine, when using knitHTML it cannot find any of my objects previously created:
## Error: object 'cbt_2010' not found
however if I type cbt_2010 at the terminal - it is there. Bascially knit cannot find any of the objects in the workspace.
what am I doing wrong? it just seems any data produced in each chunk is lost in memory when using knit!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…