Description Usage Arguments Value Author(s) See Also Examples
Extract subset of columns from a data frame or a list of data frames by intersecting on a particular row. This function outputs a data frame which set of columns is a product of intersecting on a particular row of the imput data frame(s) columns with a given set of names (subset).
1 2 3 4 5 6 |
frameData |
Input |
subset |
|
row |
The row on which the intersection is to be performed. |
verbose |
If |
... |
Not used |
A data.frame
or list of data frames which column set is a product of
intersecting of a particular row with a (partially intersecting) subset.
Alex Lisovich, Roger Day
For more information see Subset
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.