read_requirements_gsheet | R Documentation |
Read requirements from a Google Sheet.
read_requirements_gsheet( ss, sheet = NULL, req_id_col = "RequirementId", req_description_col = "RequirementDescription", test_ids_col = "TestIds" )
ss, sheet |
Sheet identifiers passed |
req_id_col, req_description_col, test_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.