update_wordlist_notebooks | R Documentation |
Update package inst/WORDLIST
with words from spell_check_notebooks()
.
update_wordlist_notebooks( pkg = ".", vignettes = TRUE, path = "analysis", glob = "*.Rmd", confirm = TRUE )
pkg |
path to package root directory containing the |
vignettes |
check all |
path |
A character vector of one or more paths. |
glob |
A wildcard aka globbing pattern (e.g. |
confirm |
show changes and ask confirmation before adding new words to the list |
update_wordlist_notebooks
is a customized version of spelling::update_wordlist()
using
code from wordlist.R
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.