How can I use spell check in Rmarkdown?

☆樱花仙子☆ 提交于 2019-11-27 17:07:43

问题


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.

So, is there such a package or is there a way to solve this problem?


回答1:


Here are three ways to access spell checking in an rMarkdown document in rstudio:

  1. A spell check button to the right of the save button (with "ABC" and a check mark).
  2. Edit > Check Spelling...
  3. The F7 key

A keyboard alternative to option 2 is alt + e + s. That is, while holding down the alt key, type e followed by s.



来源:https://stackoverflow.com/questions/36728061/how-can-i-use-spell-check-in-rmarkdown

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!