-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
featurea feature request or enhancementa feature request or enhancementtidy-dev-day 🤓Tidyverse Developer Day rstd.io/tidy-dev-dayTidyverse Developer Day rstd.io/tidy-dev-day
Description
I use only.loose a lot, but it's hard for me to remember the argument because it doesn't have autocomplete, and it's not in snakecase.
Could we add the labeling::extended arguments in to breaks_extended in snakecase to make this easier?
Or alternatively just add only_loose argument in?
Could be something for tidy-dev-day?
breaks_extended <- function(n = 5,
dmin,
dmax,
q,
only_loose,
w) {
breaks_extended(n = n,
dmin = dmin,
dmax = dmax,
q = Q,
only_loose = only.loose,
w = w)
}
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancementtidy-dev-day 🤓Tidyverse Developer Day rstd.io/tidy-dev-dayTidyverse Developer Day rstd.io/tidy-dev-day