summary.onehot: Summarize onehot object

Description Usage Arguments Examples

Description

Summarize onehot object

Usage

1
2
## S3 method for class 'onehot'
summary(object, ...)

Arguments

object

a onehot object

...

other arguments pass to or from other functions

Examples

1
2
3
4
5
6
7
8
9
## Create some dummy data with different column types
x <- data.frame(HairEyeColor)
x$Hair <- as.character(x$Hair)

## Create a onehot object
encoder <- onehot(x)

## Return a list with summary information
summary(encoder)

Zelazny7/onehot documentation built on May 6, 2019, 1:30 a.m.