net.security (version 0.3.0)

DataSetStatus: Shows data set basic information

Description

DataSetStatus prints to console size of data set, download date and date of new public raw data.

Usage

DataSetStatus(ds = "all")

Arguments

ds

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

Value

Print information about data set status.

Details

This is a generic function. Just specify which standard and it will print its information. Type "all" or leave it without parameters and it will print info for all available datasets.

Examples

Run this code
DataSetStatus("cves")

DataSetStatus()

Run the code above in your browser using DataCamp Workspace