report_issue_module: Report Issue Module Server

View source: R/report_issue_module.R

report_issue_moduleR Documentation

Report Issue Module Server

Description

Report Issue Module Server

Usage

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.


Tychobra/tbiotools documentation built on Aug. 27, 2022, 3 p.m.