The default data collection Excel spreadsheet solicits threat scenarios and applicable controls for each domain. This function takes a single sheet from the spreadsheet, as read by read_excel and pulls out either the capabilities or threats, as directed by the user.

split_sheet(dat, table_type = "capabilities")

Arguments

dat

Raw sheet input from read_excel.

table_type

Either capabilities or threats

Value

Extracted table as a dataframe