ts_head | R Documentation |
Returns the first n observations from a ts_data
ts_head(x, n = 6L, ...)
x |
|
n |
number of rows to return |
... |
optional arguments |
The first n observations of a ts_data
data(sin_data)
data10 <- ts_data(sin_data$y, 10)
ts_head(data10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.