read_stories_gsheet: Read stories from a Google Sheet.

read_stories_gsheetR Documentation

Read stories from a Google Sheet.

Description

Read stories from a Google Sheet.

Usage

read_stories_gsheet(
  ss,
  sheet = NULL,
  story_id_col = "StoryId",
  story_name_col = "StoryName",
  story_description_col = "StoryDescription",
  risk_col = "ProductRisk",
  req_ids_col = "RequirementIds"
)

Arguments

ss, sheet

Sheet identifiers passed googlesheets4::read_sheet().

story_id_col, story_name_col, story_description_col, risk_col, req_ids_col

Names of relevant columns in input Google Sheet.

Value

Tibble with the above columns.


metrumresearchgroup/mrgvalprep documentation built on Dec. 10, 2022, 3:17 a.m.