View source: R/data_functions.R
Head.Tail | R Documentation |
This function shows the first and last selected items of a data frame, then presents these together.
Head.Tail(x, Select)
x |
data.frame. Data as in data.frame class. |
Select |
integer. Number of the first and the last items in the data frame. |
A matrix look alike object.
## Not run:
Head.Tail(data, 5) ## Do not run.
Head.Tail(data, 10) ## Do not run.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.