report_issue_module: Report Issue Module Server

Description Usage Arguments

View source: R/report_issue_module.R

Description

Report Issue Module Server

Usage

1
2
3
4
5
6
7
8
9
report_issue_module(
  input,
  output,
  session,
  repo,
  gh_pat,
  gcs_bucket_name,
  assignees = NULL
)

Arguments

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.


emmashea22/shinyIssues documentation built on Dec. 20, 2021, 5:17 a.m.