is_num_dummy: Pair of one numeric variable and one dummy

View source: R/is_num_dummy.R

is_num_dummyR Documentation

Pair of one numeric variable and one dummy

Description

Detect if one vector is numeric and the another one a dummy.

Usage

is_num_dummy(x, y)

Arguments

x

A vector.

y

A vector.

Value

A logical value.

Examples

is_num_dummy(mtcars$mpg, mtcars$vs)


octmedina/ksnet documentation built on April 18, 2023, 3:34 p.m.