read_stories_gsheet | R Documentation |
Read stories from a Google Sheet.
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" )
ss, sheet |
Sheet identifiers passed |
story_id_col, story_name_col, story_description_col, risk_col, req_ids_col |
Names of relevant columns in input Google Sheet. |
Tibble with the above columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.