Learn R Programming

atime (version 2025.4.1)

glob_find_replace: Find and replace within files

Description

Find and replace for every file specified by glob.

Usage

glob_find_replace(glob, FIND, REPLACE)

Value

nothing.

Arguments

glob

character string: glob defining files.

FIND

character string: regex to find.

REPLACE

character string: regex to use for replacement.

Author

Toby Dylan Hocking

Examples

Run this code

## see vignette("data.table", package="atime")

Run the code above in your browser using DataLab