Learn R Programming

mitre (version 0.6.0)

parseRawData: ETL process for all standards, it also create a list of nodes and edges representing the relationships between standard objects. It needs raw files pre-downloaded from official MITRE repositories stored in a folder named "data-raw".

Description

ETL process for all standards, it also create a list of nodes and edges representing the relationships between standard objects. It needs raw files pre-downloaded from official MITRE repositories stored in a folder named "data-raw".

Usage

parseRawData(verbose = FALSE)

Arguments

verbose

default is TRUE

Value

list of two data frames: nodes and edges

Examples

Run this code
# NOT RUN {
mitredata <- mitre::parseRawData(TRUE)
# }

Run the code above in your browser using DataLab