check_is_numeric | R Documentation |
Check whether a column selection is numeric
check_is_numeric(data, cols, msg = NULL)
data |
A data frame. |
cols |
A tidyselection of columns. |
msg |
A custom error message if the check fails. |
boolean Whether the columns are numeric.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.