View source: R/telemetry_notices.R
| bid_address | R Documentation |
Convenience function that combines issue selection and Notice creation in one step. Useful for quick workflows where you want to address a specific issue immediately.
bid_address(issue, previous_stage, ...)
issue |
A single row from bid_telemetry() output |
previous_stage |
Previous BID stage (typically from bid_interpret) |
... |
Additional arguments passed to bid_notice_issue() |
A bid_stage object in the Notice stage
## Not run:
issues <- bid_telemetry("data.sqlite")
interpret <- bid_interpret("How can we improve user experience?")
# Address the highest impact issue
top_issue <- issues[which.max(issues$impact_rate), ]
notice <- bid_address(top_issue, interpret)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.