You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use vt_scrape_requirement_editors() %>% vt_kable_requirement_editors() the @title of the requirements markdown file appears under the column "Requirement ID". However, with vt_scrape_risk_assessment() %>% vt_kable_risk_assessment() the @title appears under "Requirement Name". Is this intentional`? I do not understand the difference between Requirement Name and Requirement ID.
The text was updated successfully, but these errors were encountered:
hey @lbau7 - they are the same thing, and its an unintentional difference between the two kable-functions. we should ideally have the same thing, and both are Requirement Name.
Noting for future resolution:
vt_kable_requirement_editors:
When I use
vt_scrape_requirement_editors() %>% vt_kable_requirement_editors()
the@title
of the requirements markdown file appears under the column "Requirement ID". However, withvt_scrape_risk_assessment() %>% vt_kable_risk_assessment()
the@title
appears under "Requirement Name". Is this intentional`? I do not understand the difference between Requirement Name and Requirement ID.The text was updated successfully, but these errors were encountered: