Sets up your package to import and re-export the stopwords() function in
your package. This function requires the use of the roxygen2 package.
Adds stopwords`` to "Imports" in DESCRIPTION`.
Imports stopwords(), which is necessary for internal use.
Exports stopwords(), if export = TRUE, which is necessary to make
the function available to the users of your package.
use_stopwords(export = TRUE)
| export | If |
|---|
if (FALSE) { use_stopwords() }