is_numeric_by_col: Check numericalness by column.

View source: R/is_are.R

is_numeric_by_colR Documentation

Check numericalness by column.

Description

A simple wrapper for vapply.

Usage

is_numeric_by_col(df)

Arguments

x

(something coercible to a data.frame) An object to test.

Value

Returns a logical vector the same length as the number of columns in x.

Examples

is_numeric_by_col(iris)

Deleetdk/kirkegaard documentation built on June 7, 2024, 7:49 a.m.