subsetByKeyValue {AnVILBilling}R Documentation

filter a reckoning by 'label' retaining records associated with a particular key-value pair

Description

filter a reckoning by 'label' retaining records associated with a particular key-value pair

Usage

subsetByKeyValue(mybilling, mykey, myvalue)

Arguments

mybilling

instance of avReckoning

mykey

character(1)

myvalue

character(1)

Value

data.frame

Examples

example(reckon) # makes rec
v = getValues(ab_reckoning(demo_rec), "terra-submission-id")[1] # for instance
nt = subsetByKeyValue(ab_reckoning(demo_rec), "terra-submission-id", v)
head(nt)
dim(nt)

[Package AnVILBilling version 1.3.1 Index]