check_is_numeric: Check whether a column selection is numeric

View source: R/checks.R

check_is_numericR Documentation

Check whether a column selection is numeric

Description

Check whether a column selection is numeric

Usage

check_is_numeric(data, cols, msg = NULL)

Arguments

data

A data frame.

cols

A tidyselection of columns.

msg

A custom error message if the check fails.

Value

boolean Whether the columns are numeric.


volker documentation built on Nov. 5, 2025, 5:21 p.m.