filter_by_file_extension | R Documentation |
Filters a data.table containing filepaths using the specified extensions
filter_by_file_extension(dt_file, extension, file_column_name)
dt_file |
any data.table containing filepaths |
extension |
a character vector of extensions (e.g. c(py,java)) to *keep* in the table |
file_column_name |
a string indicating the column name which contains filepaths |
a data.table which contains only filepaths with the specified extensions
parse_gitlog
and parse_dependencies
to create dt_file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.