Learn R Programming

Cluster.OBeu (version 1.2.3)

nums: Select the numeric columns of a given dataset

Description

Extract and return a data frame with the columns that include only numeric values

Usage

nums(data)

Arguments

data

The input data frame, matrix

Value

This function returns a data frame with the numeric columns of the input dataset.

Examples

Run this code
# NOT RUN {
nums(city_data)
# }

Run the code above in your browser using DataLab