reveal_methods {eye} | R Documentation |
S3 generic and methods
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, ...)
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 |
data frame
Other revealer:
reveal_split()
,
reveal()