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

option for ggbody to fetch inherited method #12

Closed
yjunechoe opened this issue Oct 5, 2021 · 1 comment
Closed

option for ggbody to fetch inherited method #12

yjunechoe opened this issue Oct 5, 2021 · 1 comment
Labels
difficult documentation Improvements or additions to documentation enhancement New feature or request priority: low
Milestone

Comments

@yjunechoe
Copy link
Owner

  • ggbody(..., inhert = FALSE) by default
  • Recurse through class(obj) and trycatch ggbody() until it returns something
  • Also return the corresponding ggbody() code like ggbody(Stat$compute_layer)
@yjunechoe yjunechoe added the enhancement New feature or request label Oct 5, 2021
@yjunechoe yjunechoe added this to the v0.2.0 milestone Oct 5, 2021
@yjunechoe yjunechoe added documentation Improvements or additions to documentation priority: low labels Oct 5, 2021
@yjunechoe
Copy link
Owner Author

linear search with try catch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficult documentation Improvements or additions to documentation enhancement New feature or request priority: low
Projects
None yet
Development

No branches or pull requests

1 participant