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
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:

Reference manual: findInFiles.pdf

Downloads:

Package source: findInFiles_0.5.0.tar.gz
Windows binaries: r-devel: findInFiles_0.4.0.zip, r-release: findInFiles_0.4.0.zip, r-oldrel: findInFiles_0.4.0.zip
macOS binaries: r-release (arm64): findInFiles_0.5.0.tgz, r-oldrel (arm64): findInFiles_0.5.0.tgz, r-release (x86_64): findInFiles_0.5.0.tgz, r-oldrel (x86_64): findInFiles_0.5.0.tgz
Old sources: findInFiles archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=findInFiles to link to this page.