Removes the downloaded corpus file from the package data directory.
Cannot delete bundled corpora.
Usage
delete_corpus(corpus, quiet = FALSE)
Arguments
- corpus
Character string: name of the corpus to delete.
- quiet
Logical: if TRUE, suppress confirmation prompt.
Examples
if (FALSE) { # \dontrun{
delete_corpus("corpus_web_dubois")
} # }