Prints a pre-filled GitHub issue you can copy into your browser for the
lennon-li/dataganger repository, with package and R environment details
already populated. Use this to report a bug, suggest a feature, or send
general feedback without copying session details by hand.
Usage
report_issue(
message = NULL,
context = NULL,
type = c("feedback", "bug", "feature")
)Examples
if (interactive()) {
report_issue(
message = "The export step was unclear when I skipped the dictionary.",
context = "Shiny app",
type = "feedback"
)
}
