internal.prepare.data.ignore.regex: Prepare a regular expression for matching files to be ignored

.prepare.data.ignore.regexR Documentation

Prepare a regular expression for matching files to be ignored

Description

Constructs a single regular expression for matching file names in data that should not be imported. It can detect literal names, globs with wildcards and regular expressions.

Usage

.prepare.data.ignore.regex(ignore_files)

Arguments

ignore_files

A comma separated character vector that lists all patterns to be matched for ignoring

Value

A chained regular expression that matches all patterns in the ignore_files variable.


ProjectTemplate documentation built on Nov. 20, 2023, 1:06 a.m.