r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
498 stars 136 forks source link

Add `check_data_frame()` to `standalone-types-check.R` #1587

Closed mgirlich closed 1 year ago

mgirlich commented 1 year ago

Data frames are such common inputs it would be great to add check_data_frame(). E.g. tidyr has its own implementation and uses it several times.

lionel- commented 1 year ago

Would you like to send PRs for these feature requests?