View source: R/report_issue_module.R
Report Issue Module Server
1 2 3 4 5 6 7 8 9 | 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.