View source: R/filterRDBESEstObject.R
filterRDBESEstObject | R Documentation |
The returned object will include all rows which include the field names
and have one of the allowed values in valuesToFilter
.
filterRDBESEstObject(
RDBESEstObjectToFilter,
fieldsToFilter,
valuesToFilter,
verbose = FALSE
)
RDBESEstObjectToFilter |
The |
fieldsToFilter |
A vector of the field names you wish to check |
valuesToFilter |
A vector of the field values you wish to filter for |
verbose |
(Optional) Set to TRUE if you want informative text printed out, or FALSE if you don't. The default is FALSE. |
the filtered input object of the same class as
RDBESEstObjectToFilter
## Not run:
myRawObject <- createRDBESDataObject(input = "tests\\testthat\\h1_v_1_19_26")
myEstObject <- createRDBESEstObject(myRawObject,1)
myFilteredEst <- filterRDBESEstObject(myEst,c("BVid"),c(7349207))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.