net.security (version 0.3.0)

GetDataFrame: Get data sets as data frames.

Description

GetDataFrame Get data sets as data frames. Check data sets documentation for details of data frames.

Usage

GetDataFrame(ds)

Arguments

ds

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

Value

Selected dataset as tidy data.frame

Details

Returns the data.frame selected. "Unknown" if it's not available.

Examples

Run this code
cves <- net.security::GetDataFrame(ds = "cves")

Run the code above in your browser using DataLab