add vector methods for whole and decimal numbers in standalone-types-check.R
#1714
Labels
tidy-dev-day 🤓
Tidyverse Developer Day rstd.io/tidy-dev-day
In much the same way
check_character()
is the vector version ofcheck_string()
, andcheck_logical()
is the vector version ofcheck_bool()
. It would be nice to have the same forcheck_number_whole()
andcheck_number_decimal()
I would be happy to take stab at this
The text was updated successfully, but these errors were encountered: