f_rowwise | R Documentation |
fastplyr currently cannot handle rowwise_df
objects created through
dplyr::rowwise()
and so this is a convenience function to allow you to
perform row-wise operations.
For common efficient row-wise functions,
see the 'kit' package.
f_rowwise(data, ..., .ascending = TRUE, .cols = NULL, .name = ".row_id")
data |
data frame. |
... |
Variables to group by using |
.ascending |
Should data be grouped in ascending row-wise order?
Default is |
.cols |
(Optional) alternative to |
.name |
Name of row-id column to be added. |
A row-wise grouped_df
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.