Description Usage Arguments Value
Return a continuous subframe of the data frame x
containing size
* nrow(x)
rows from the start, center, or end.
1 | subDataFrame(x, size = 1, pos = "START")
|
x |
The data frame to get a subframe from. |
size |
The size ratio of the subframe. Must be between 0 and 1. |
pos |
The position to take the subframe from. Must be |
A subframe of x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.