subset.odf {oce} | R Documentation |
Subset an odf object
## S4 method for signature 'odf' subset(x, subset, ...)
x |
a |
subset |
a condition to be applied to the |
... |
ignored. |
This function is somewhat analogous to
subset.data.frame
.
A new odf
object.
Dan Kelley