Learn R Programming

eye (version 1.2.1)

reveal_methods: reveals little helper

Description

S3 generic and methods

Usage

revealEye(x, ...)

# S3 method for list revealEye(x, by, dec, funs, ...)

# S3 method for numeric revealEye(x, dec, funs, ...)

# S3 method for data.frame revealEye(x, dec, funs, ...)

# S3 method for default revealEye(x, dec, funs, ...)

Arguments

x

data frame, numeric vector, or list of numeric vectors

...

further arguments passed to methods

by

character vector with the names of the columns. Can be several variables!

dec

how many decimals are displayed

funs

not really meant to be used at the moment - change the Summarizing functions with a named(!) list of functions

Value

data frame

See Also

Other revealer: reveal_split(), reveal()