Mark-Eis / BitsnBobs

For General Bits and Bobs of Code
https://mark-eis.github.io/BitsnBobs/
Other
1 stars 0 forks source link

In `detective()`, revise arguments to "canonical form" #69

Closed Mark-Eis closed 4 weeks ago

Mark-Eis commented 1 month ago

https://github.com/Mark-Eis/BitsnBobs/blob/5f724d542cc4ddabdab59bb5302e7fbd2070dd3e/R/detective.R#L94

"Canonical form": –

See: Put … after required arguments

detective <- function(.data, pattern, ..., .exclude = NULL, .arrange_by = desc(n))

Mark-Eis commented 4 weeks ago

6f7cdcd