monkey_classify()
and monkey_extract()
that:
unnest
flag to unnest the output (turn 1 row per input into 1 row per output).keep_all
flag to retain other columns if input is a dataframeNULL
values and empty vectors returned from MonkeyLearn to NA
sNA
s in the outputNA
and NULL
values as well as empty strings)monkeylearn_classify()
and monkeylearn_extract()
monkeylearn_classify()
can now accept params
Implementation of ratelimitr
. Creation and documentation of two environment variables allowing smarter rate handling when querying the MonkeyLearn API.
Creation of pkgdown
website
Programmatic test coverage to re-use common tests for multiple circumstances.
Use of a cowsay
monkey when verbose=TRUE.
Better states the dependency on tibble, it is tibble >= 1.2.
Better handles blank text in input, outputs an empty tibble and a warning if the request is only blank, and a message if only parts of the request are blank.
NEWS.md
file to track changes to the package.