.prepare.data.ignore.regex | R Documentation |
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.
.prepare.data.ignore.regex(ignore_files)
ignore_files |
A comma separated character vector that lists all patterns to be matched for ignoring |
A chained regular expression that matches all patterns in the
ignore_files
variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.