non_nums: Select the non numeric columns of a given dataset

Description Usage Arguments Value Author(s) Examples

View source: R/non_nums.R

Description

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

Usage

1

Arguments

data

A vector, matrix or data frame.

Value

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

Author(s)

Kleanthis Koupidis

Examples

1
2
3
4
5
6
# with data frame as input
non_nums(iris)


# OpenBudgets.eu Dataset Example:
head(non_nums(Wuppertal_df))

okgreece/DescriptiveStats.OBeu documentation built on Sept. 7, 2021, 6:32 p.m.