Learn R Programming

loadeR (version 1.2.0)

var.numericas: Filter numeric variables of a data.frame.

Description

Filter numeric variables of a data.frame.

Usage

var.numericas(data)

Value

A data.frame object only with its numeric variables.

Arguments

data

a data.frame object.

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
var.numericas(iris)

Run the code above in your browser using DataLab