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

add options() for default arg options #57

Closed
jmbarbone opened this issue Apr 29, 2023 · 0 comments · Fixed by #61
Closed

add options() for default arg options #57

jmbarbone opened this issue Apr 29, 2023 · 0 comments · Fixed by #61
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jmbarbone
Copy link
Owner

Control defaults with something like:

options(scribe.flag.no = TRUE)

scribe/R/arg.R

Line 92 in 550fb08

options$no <- options$no %||% TRUE

@jmbarbone jmbarbone added the enhancement New feature or request label Apr 29, 2023
@jmbarbone jmbarbone added this to the CRAN v0.2.0 milestone Apr 29, 2023
@jmbarbone jmbarbone self-assigned this Apr 29, 2023
jmbarbone added a commit that referenced this issue May 6, 2023
jmbarbone added a commit that referenced this issue May 6, 2023
jmbarbone added a commit that referenced this issue May 6, 2023
jmbarbone added a commit that referenced this issue May 6, 2023
jmbarbone added a commit that referenced this issue May 6, 2023
@jmbarbone jmbarbone mentioned this issue May 6, 2023
jmbarbone added a commit that referenced this issue May 6, 2023
jmbarbone added a commit that referenced this issue May 6, 2023
jmbarbone added a commit that referenced this issue May 6, 2023
jmbarbone added a commit that referenced this issue May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant