Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could arguments be added breaks_extended, so that it is easier to use? #432

Open
davidhodge931 opened this issue May 9, 2024 · 0 comments

Comments

@davidhodge931
Copy link

davidhodge931 commented May 9, 2024

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) 
}
@davidhodge931 davidhodge931 changed the title Could a breaks_extended_loose shortcut function be created for scales::breaks_extended(..., only.loose = TRUE)`? Could a breaks_extended_loose shortcut function be created for breaks_extended(..., only.loose = TRUE)? May 9, 2024
@davidhodge931 davidhodge931 changed the title Could a breaks_extended_loose shortcut function be created for breaks_extended(..., only.loose = TRUE)? Could arguments be added scales::breaks_extended, so that it is easier to use? May 10, 2024
@davidhodge931 davidhodge931 changed the title Could arguments be added scales::breaks_extended, so that it is easier to use? Feature request: Could arguments be added scales::breaks_extended, so that it is easier to use? Jul 21, 2024
@davidhodge931 davidhodge931 changed the title Feature request: Could arguments be added scales::breaks_extended, so that it is easier to use? Could arguments be added scales::breaks_extended, so that it is easier to use? Jul 21, 2024
@davidhodge931 davidhodge931 changed the title Could arguments be added scales::breaks_extended, so that it is easier to use? Could arguments be added breaks_extended, so that it is easier to use? Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant