vz-risk / verisr

R package for working with VERIS data
21 stars 11 forks source link

Store subsets in data frame #10

Closed gdbassett closed 3 years ago

gdbassett commented 8 years ago

There needs to be a way to store subsets of the data that should be analyzed separately within the dataframe. this could be a separate dimension of the data, but is more likely appropriate as a column group or attribute of the verisr object. This may require a change in VERIS as well, but likely would be better kept in verisr since the subset is not really a feature of an individual incident.

gdbassett commented 3 years ago

'subset' is now reserved in veris. subset columns can be added after import to R manually.