reveal_methods {eye} | R Documentation |
reveals little helper
Description
S3 generic and methods
Usage
revealEye(x, ...)
## S3 method for class 'list'
revealEye(x, by, dec, funs, ...)
## S3 method for class 'numeric'
revealEye(x, dec, funs, ...)
## S3 method for class 'data.frame'
revealEye(x, dec, funs, ...)
## Default S3 method:
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()
[Package eye version 1.2.1 Index]