showme {rmcfs} | R Documentation |
Basic data information
Description
Prints basic information about the data.frame.
Usage
showme(x, size = 10, show = c("tiles", "head", "tail", "none"))
Arguments
x |
input data frame. |
size |
number of rows/columns to be printed. |
show |
parameters that controls print content.
|
Examples
# create artificial data
adata <- artificial.data(rnd_features = 1000)
showme(adata)
[Package rmcfs version 1.3.5 Index]