Skip to content
New issue

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

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

Already on GitHub? # to your account

shiny tip: reactlog observe tip #50

Open
gadenbuie opened this issue Oct 13, 2019 · 1 comment
Open

shiny tip: reactlog observe tip #50

gadenbuie opened this issue Oct 13, 2019 · 1 comment
Assignees

Comments

@gadenbuie
Copy link
Owner

observe({
  I("observe block name")
})
@gadenbuie gadenbuie self-assigned this Oct 13, 2019
@gadenbuie
Copy link
Owner Author

better yet, observe() has a label argument:

observe(
  label = "calculate complexity", {
  complex_calculation_over_many_lines()
})

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant