seekr-package {seekr} | R Documentation |
seekr: Extract Matching Lines from Matching Files
Description
Provides a simple interface to recursively list files from a directory, filter them using a regular expression, read their contents, and extract lines that match a user-defined pattern. The package returns a dataframe containing the matched lines, their line numbers, file paths, and the corresponding matched substrings. Designed for quick code base exploration, log inspection, or any use case involving pattern-based file and line filtering.
Author(s)
Maintainer: Sacha Martingay martingay.sacha@hotmail.com [copyright holder]
See Also
Useful links:
Report bugs at https://github.com/smartiing/seekr/issues
[Package seekr version 0.1.3 Index]