R/import.R
split_sheet.RdThe 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")Raw sheet input from read_excel.
Either capabilities or threats
Extracted table as a dataframe