showme | R Documentation |
Prints basic information about the data.frame.
showme(x, size = 10, show = c("tiles", "head", "tail", "none"))
x |
input data frame. |
size |
number of rows/columns to be printed. |
show |
parameters that controls print content.
|
# create artificial data
adata <- artificial.data(rnd_features = 1000)
showme(adata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.