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

specify string to bracket names? #1

Open
joethorley opened this issue Aug 23, 2018 · 0 comments
Open

specify string to bracket names? #1

joethorley opened this issue Aug 23, 2018 · 0 comments

Comments

@joethorley
Copy link

very cool and useful package

have you considered adding an argument to the various functions that allows the user to specify a character or pair of characters to bracket the terms?

ie

> cc_or(1:3)
[1] "1, 2 or 3"
> cc_or(1:3, br = "'")
[1] "'1', '2' or '3'"
> cc_or(1:3, br = c("(",")"))
[1] "(1), (2) or (3)"
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