if (FALSE) {
issues <- bid_telemetry("data.sqlite")
interpret <- bid_interpret("How can we systematically improve UX?")
# Create pipeline for top 3 issues
notice_pipeline <- bid_pipeline(issues, interpret, max = 3)
# Continue with first issue in pipeline
anticipate <- bid_anticipate(previous_stage = notice_pipeline[[1]])
}
Run the code above in your browser using DataLab