ropensci / spelling

Tools for Spell Checking in R
https://docs.ropensci.org/spelling
Other
107 stars 25 forks source link

Add possibility to add new words to a wordlist from files, not only from package #7

Open mikhailBalyasin opened 6 years ago

mikhailBalyasin commented 6 years ago

The only function to update wordlist is update_wordlist and it only works on a package. My use-case is a blog-post and there I only have one file. Would it be possible to add a similar function just for files?

jeroen commented 5 years ago

There is an ignore parameter, so you can use ignore = readLines("wordlist.txt"), does that help?