Description Usage Arguments See Also
View source: R/RcppExports.R View source: R/extract_rows_from_file.R
This function reads through a delimited file on disk, determines if the entry at the specified column is in a character vector of items, and writes that line to file (or to R) if it is.
| 1 | extract_rows_from_file(file, out = NULL, column, sep = NULL, keep)
 | 
| file | The input file to extract rows from. | 
| out | The location to output the file. If this is
 | 
| column | The column to check, indexed from 1. | 
| sep | The delimiter used in  | 
| keep | A character vector containing all items that
we want to check and keep within the  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.