dplyr_row_slice.solutions_df {metasnf} | R Documentation |
Function to extend dplyr to solutions data frame objects
Description
Function to extend dplyr to solutions data frame objects
Usage
dplyr_row_slice.solutions_df(data, i, ...)
Arguments
data |
A solutions data frame. |
i |
A vector of row indices. |
... |
Additional arguments. |
Value
Row sliced object with appropriately preserved attributes.
[Package metasnf version 2.1.2 Index]