glob_find_replace {atime} | R Documentation |
Find and replace within files
Description
Find and replace for every file specified by glob.
Usage
glob_find_replace(glob, FIND, REPLACE)
Arguments
glob |
character string: glob defining files. |
FIND |
character string: regex to find. |
REPLACE |
character string: regex to use for replacement. |
Value
nothing.
Author(s)
Toby Dylan Hocking
Examples
## see vignette("data.table", package="atime")
[Package atime version 2024.4.23 Index]