globals_ampersand {podcleaner} | R Documentation |
Ampersand in directory entries
Description
A dataset containing regular expression meant to match common (OCR) errors in reading the ampersand character: "&" in directory entries. For each error pattern a replacement pattern is provided for used in substitution operations as well as a boolean operator indicating whether the corresponding regex is case sensitive or not.
Usage
globals_ampersand
Format
A data frame with 3 variables:
- pattern
regex for ampersand reading error matching
- replacement
replacement pattern for substitution operations
- ignore_case
-
boolean operator indicating whether the corresponding regex is case sensitive or not.
[Package podcleaner version 0.1.2 Index]