e_headtail | R Documentation |
Print head and tail of a data.frame
e_headtail(x, n = 3L, which_col = NULL, ...)
x |
data.frame or vector |
n |
number of top rows and bottom rows to print, it prints 2n rows |
which_col |
selected columns, if desired |
... |
passed to head() and tail() functions |
dat_ht the head and tail of the data.frame
e_headtail(dat_mtcars_e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.