findInFiles: Find Pattern in Files
Creates a HTML widget which displays the results of searching
    for a pattern in files in a given folder. The results can be viewed in 
    the 'RStudio' viewer pane, included in a 'R Markdown' document or in a 
    'Shiny' application. Also provides a 'Shiny' application allowing to run 
    this widget and to navigate in the files found by the search. Instead of
    creating a HTML widget, it is also possible to get the results of the 
    search in a 'tibble'. The search is performed by the 'grep' command-line 
    utility.
| Version: | 0.5.0 | 
| Imports: | crayon, htmlwidgets, shiny, stringi, stringr, tibble, utils, vctrs | 
| Suggests: | fs, shinyAce, shinyFiles, shinyjqui, shinyvalidate, shinyWidgets | 
| Published: | 2024-04-28 | 
| DOI: | 10.32614/CRAN.package.findInFiles | 
| Author: | Stéphane Laurent [aut, cre],
  Rob Burns [ctb, cph] ('ansi-to-html' library) | 
| Maintainer: | Stéphane Laurent  <laurent_step at outlook.fr> | 
| BugReports: | https://github.com/stla/findInFiles/issues | 
| License: | GPL-3 | 
| URL: | https://github.com/stla/findInFiles | 
| NeedsCompilation: | no | 
| SystemRequirements: | grep | 
| Materials: | README, NEWS | 
| CRAN checks: | findInFiles results | 
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=findInFiles
to link to this page.