- `subset` argument uses **non-standard evaluation** — column names are resolved in the data frame

which can silently pick up wrong variables in programmatic use. Use `[` with explicit logic in functions.

Views0
PublishedApr 15, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

- subset argument uses non-standard evaluation — column names are resolved in the data frame

which can silently pick up wrong variables in programmatic use. Use [ with explicit logic in functions.

Share: