View source: R/writingChecks.R
writingChecks | R Documentation |
Check an R markdown file (.Rmd) for word count, spelling and grammatical errors.
writingChecks(
file = "manuscript.Rmd",
checks = c("word count", "spelling", "grammar")
)
file |
Path to a |
checks |
Character vector of checks to perform. |
None. Check results are printed to the console.
file_path <- system.file('example.Rmd',package = 'jfmisc')
writingChecks(file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.