select_numeric: Subset a dataframe by keeping the numeric variables.

Description Usage Arguments Author(s) Examples

Description

Subset a dataframe by keeping the numeric variables.

Usage

1

Arguments

df

A Data frame.

Author(s)

Dominique Makowski

Examples

1
2
3
4
5
require(neuropsychology)

df <- personality

df_only_numeric <- select_numeric(df)

neuropsychology documentation built on May 2, 2019, 2:13 p.m.