get.block | R Documentation |
block the data frame with interval
get.block(dt, n.row)
dt |
data.frame |
n.row |
integer |
out
set.seed(123)
df <- data.frame(u=rnorm(10), v=runif(10, 5,10))
out <- get.block(df, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.