📜  错误:尝试使用零长度变量名称 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:01.626000             🧑  作者: Mango

代码示例1
Putting this as an answer for visibility: this happens if you try to run by selecting all in the Rmd and pressing enter like you would with a normal R script. RStudio tries to run this all as R code, including the markdown parts, leading to the errors you saw.

You can avoid this by running an individual chunk by clicking the green play button or by selecting one of the run options in the dropdown at the top of the Rmd editor.