headtail | R Documentation |
data.frame
Uses rbind
to return the head
and tail
of a sufficiently large data.frame
.
headtail(x, n = 10, n.head = n, n.tail = n)
x |
A |
n , n.head , n.tail |
Number of rows to head and tail |
A data.frame
of n.head
and n.tail
rows. If nrow(x)
would return overlapped rows, x
is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.