check_continuous: Check a data.frame to see which columns are continuous

View source: R/processdata.R

check_continuousR Documentation

Check a data.frame to see which columns are continuous

Description

Continuous columns are not integers or have letters. They may have NAs

Usage

check_continuous(x)

Arguments

x

data.frame of traits

Value

A vector of booleans


bomeara/chapter2 documentation built on July 27, 2024, 10:35 p.m.