View source: R/report_issue_module.R
report_issue_module | R Documentation |
Report Issue Module Server
report_issue_module( input, output, session, repo, gh_pat, gcs_bucket_name, assignees = NULL )
input |
the Shiny input |
output |
the Shiny output |
session |
the Shiny session |
repo |
the name of the repo to create the issue in. e.g. "tychobra/lipids_study" |
gh_pat |
the GitHub PAT |
gcs_bucket_name |
the Google Cloud Storage bucket name |
assignees |
optional - character vector of GitHub usernames to assign to the GitHub issue. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.