separate_factors_numerics: Split df into one of only factors and one of only numerics.

View source: R/separate_factors_numerics.R

separate_factors_numericsR Documentation

Split df into one of only factors and one of only numerics.

Description

Split df into one of only factors and one of only numerics.

Usage

separate_factors_numerics(data, strings_to_factors = TRUE, verbose = FALSE)

Arguments

data

A dataframe or matrix.

strings_to_factors

Convert character strings to factors if True, otherwise ignore character string variables.

verbose

If TRUE output additional details during execution.

Value

Results list.

Convert strings to factors as well.


ck37/varimpact documentation built on June 23, 2022, 4:41 a.m.