Learn R Programming

genvar (version 0.0.2.0)

taildata: get last few observations

Description

get last few observations

Usage

taildata(num)

Arguments

num

how many of the last few observations to get

Value

returns last num rows of data

Examples

Run this code
# NOT RUN {
use(cars, clear=TRUE)
taildata(5)
# }

Run the code above in your browser using DataLab