seq_col | R Documentation |
seq_col(x)
is a convenient wrapper for seq_len(ncol(x))
,
while seq_row(x)
is a convenient wrapper for seq_len(nrow(x))
.
seq_col(x)
seq_row(x)
x |
A data frame. |
A numeric sequence from 1 to number of columns or rows.
data(iris)
seq_col(iris)
seq_row(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.