headliner icon indicating copy to clipboard operation
headliner copied to clipboard

Append article to `trend_terms()` defaults

Open rjake opened this issue 2 years ago • 0 comments

Use different defaults

trend_terms <- function(more = "an increase",
                        less = "a decrease",
                        same = "no difference") {

  ...

}

instead of https://github.com/rjake/headliner/blob/c6f29e9a220fb7a57f77972c1a89124b0ddacb36/R/trend-terms.R#L11-L13

rjake avatar May 13 '22 02:05 rjake