Description Usage Arguments Value Examples
Removes first nrow(df)
-len
rows from df
1 2 |
df |
data.frame |
len |
integer |
data.frame
1 2 3 4 | cut.df.from.start(data.frame(x=c(1:10)), len = 5)
# x y
# 4 4 4
# 5 5 5
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.