Description Usage Arguments Examples
Similar to seq_along, it creates sequences of size nrow(x) or ncol(x).
1 2 3  | rows_along(x)
cols_along(x)
 | 
x | 
 Any object on which you can call   | 
1 2 3  | dim(iris)
str(rows_along(iris))
str(cols_along(iris))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.