Description Usage Arguments Value Examples
filter a reckoning by 'label' retaining records associated with a particular key-value pair
1 | subsetByKeyValue(mybilling, mykey, myvalue)
|
mybilling |
instance of avReckoning |
mykey |
character(1) |
myvalue |
character(1) |
data.frame
1 2 3 4 5 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.