Utility_DF | R Documentation |
Utility functions for data frames.
sortByMedian( df, groupColumnName = "FeatureID", valueColumnName = "Importance", descending = F ) mutate_if_byrow(df, .predictate, ...)
df |
Any dataframe. |
groupColumnName |
The column name for the grouping variables. |
valueColumnName |
The column name for values. |
descending |
Logical. Whether the dataframe should be reordered in a descending order. |
.predictate |
A predictate function to be applied to the rows or a logical vector. Note: columns to be mutated have to be created in advance. |
... |
Other parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.