showme: 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.
tiles
- shows top left and bottom right cells (size of both subsets is controlled by size
parameter)
head
- shows top size
rows
tail
- shows bottom size
rows
none
- does not show the content
Examples
Run this code
# create artificial data
adata <- artificial.data(rnd_features = 1000)
showme(adata)
Run the code above in your browser using DataLab