library(spelling)
path <- c(
"inst/doc/about.md",
"README.Rmd"
)
spell_check_package()
ignore <- readLines("inst/WORDLIST")
spell_check_files(path,ignore)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.