| modify | In place modification of data tables |
| mutate_if | mutate selected rows |
| mutate_rows | mutate selected rows |
| remove_cols | Inplace remove columns from a data.table |
| s_arrange | Modified version of dplyr's arrange that uses string... |
| s_filter | Modified version of dplyr's filter that uses string arguments |
| s_group_by | Modified version of dplyr's group_by that uses string... |
| s_modify | Modified version of modify that uses string arguments |
| s_mutate | Modified version of dplyr's mutate that uses string arguments |
| s_mutate_if | Modified version of mutate_if that uses string arguments |
| s_select | Modified version of dplyr's select that uses string arguments |
| s_summarise | Modified version of summarise that uses string arguments |
| xsummarise_each | extended version of summarise_each that allows alternative... |
| xsummarise_each_ | extended version of summarise_each_q that allows alternative... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.