extract_nonnum_vars: Extract non-numerical variables

View source: R/subsetting.R

extract_nonnum_varsR Documentation

Extract non-numerical variables

Description

Extract the non-numerical variables from a data.frame or matrix.

Usage

extract_nonnum_vars(data)

Arguments

data

(data.frame or matrix) The data.

Value

Returns the subset of the data while keeping the type (using drop = FALSE).

Examples

extract_nonnum_vars(iris)

Deleetdk/kirkegaard documentation built on April 22, 2024, 5:22 p.m.