net.security (version 0.1.0)

DataSetUpdate: Update local data sets and update R/sysdata.rda file

Description

DataSetUpdate Starts the process for updating local data sets available with GetDataFrame function.

Usage

DataSetUpdate(ds = "all", samples = FALSE, use.remote = TRUE)

Arguments

ds

Selects the data set for this operation. Default set to "all". Check available options with DataSetList()

samples

if TRUE it will create sample data.frames and store them in /data

use.remote

if TRUE it will download sysdata.rda from net.security github

Value

Date Official source files download date time.

Details

The process include the following phases:

  1. Download files from MITRE, NIST and INCIBE sources.

  2. Process MITRE raw data.

  3. Process NIST raw data. One file per year.

  4. Indexing data. Includes CSV and XML parsing. Build data frame.

  5. Tidy data frame.

  6. Compress and save data.frame to internal data.

Examples

Run this code

net.security::DataSetUpdate(ds = "all")


net.security::DataSetUpdate(ds = "cves")

Run the code above in your browser using DataCamp Workspace