filter_by_filepath_substring | R Documentation |
Filters a data.table with filepaths using the specified substring (e.g. remove all filepaths which contain the word 'test' anywhere in it)
filter_by_filepath_substring(dt_file, substring, file_column_name)
dt_file |
any data.table containing filepaths |
substring |
a character vector of substrings (e.g. c(py,java)) we wish to *filter* |
file_column_name |
a string indicating the column name which contains filepaths |
a data.table which contains does *not* contain filepaths with the specified words
parse_gitlog
and parse_dependencies
to create dt_file
Other filters:
filter_by_commit_interval()
,
filter_by_commit_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.