nums {Cluster.OBeu}R Documentation

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.

Author(s)

Kleanthis Koupidis

Examples

nums(city_data)

[Package Cluster.OBeu version 1.2.3 Index]