- `list.files(pattern = *.csv)` — `pattern` is a **regex**

not a glob! Use `glob2rx(*.csv)` or `\\.csv$`.

Views0
PublishedMay 11, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

- list.files(pattern = *.csv)pattern is a regex

not a glob! Use glob2rx(*.csv) or \\.csv$.

Share: