Description Usage Arguments Value Examples
View source: R/shift_row_values.R
Shift row values left or right
1 | shift_row_values(.data, .dir = "left", at = NULL)
|
.data |
a table of data. |
.dir |
the shift direction as a string, one of "left" or "right". |
at |
the row indices at which to shift. |
a data frame.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.