fread_colmatch | R Documentation |
Fread rows based on column matches
fread_colmatch(file, col, sep = NULL, values_to_match, verbose = FALSE, ...)
file |
path to file to load |
col |
name of col to match from |
sep |
grep term to match as column delimiters within the file |
values_to_match |
values in |
verbose |
whether to print the grep command |
... |
additional parameters to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.