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

For issues functions, try to get "attributes" or "attribs" object from environment #13

Open
arthur-shaw opened this issue Jul 22, 2024 · 0 comments
Labels
expand ↔️ Expand existing feature

Comments

@arthur-shaw
Copy link
Owner

For df_attribs argument, to limit typing, see if can get an expected object from the environment. Maybe something like this:

base::get(x = "attribs", envir = rlang::caller_env(n = 1))

Need to see if:

  • This plays well with package expectations
  • Going back 1 env is OK (in most cases)
@arthur-shaw arthur-shaw added the expand ↔️ Expand existing feature label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
expand ↔️ Expand existing feature
Projects
None yet
Development

No branches or pull requests

1 participant