View source: R/watanabe-df-manipulation.R
| searchDF | R Documentation |
Searchs dataframe df for rows containing colValue in col. Returns an index vector (i.g. logical vector that is the legnth of the number of rows of df) where the ith element is TRUE if the ith row of df meets the search criterion
searchDF(df, col, colValue)
df |
A data frame to search |
col |
Name or index of column to search for |
colValue |
Value in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.