I want to write a report with Rmarkdown. However, I am a little worried about my spelling. I hope there is a package installed in my Rstudio which can automatically help me spell check.
我想写一篇报告。然而,我有点担心我的拼写。我希望在我的Rstudio中安装一个软件包,可以自动帮助我拼写检查。
So, is there such a package or is there a way to solve this problem?
那么,是否有这样的方案或者有办法解决这个问题呢?
1 个解决方案
#1
39
Here are three ways to access spell checking in an rMarkdown document in rstudio:
在rstudio中,有三种方法可以访问rMarkdown文档中的拼写检查:
- A spell check button to the right of the save button (with "ABC" and a check mark).
- 保存按钮右边的拼写检查按钮(带有“ABC”和一个复选标记)。
- Edit > Check Spelling...
- 编辑>检查拼写……
- The
F7
key - F7键
#1
39
Here are three ways to access spell checking in an rMarkdown document in rstudio:
在rstudio中,有三种方法可以访问rMarkdown文档中的拼写检查:
- A spell check button to the right of the save button (with "ABC" and a check mark).
- 保存按钮右边的拼写检查按钮(带有“ABC”和一个复选标记)。
- Edit > Check Spelling...
- 编辑>检查拼写……
- The
F7
key - F7键