| arrange | Arrange entries in data.frame |
| as_fst | Save a data.frame as a fst table |
| complete | Complete a data frame with missing combinations of data |
| count | Count observations by group |
| cummean | Cumulative mean |
| distinct | Select distinct/unique rows in data.table |
| drop_delete_na | Drop or delete data by rows or columns |
| dummy | Fast creation of dummy variables |
| fill | Fill in missing values with previous or next value |
| filter | Filter entries in data.frame |
| fst | Parse,inspect and extract data.table from fst file |
| fst_io | Read and write fst files |
| group | Group by one or more variables |
| join | Join tables |
| lag_lead | Fast lead/lag for vectors |
| long_wide | Pivot data between long and wide |
| mutate | Create or transform variables |
| nest | Nest and unnest |
| nth | Extract the nth value from a vector |
| object_size | Nice printing of report the Space Allocated for an Object |
| pull | Pull out a single variable |
| read_csv | Convenient file reader |
| reexports | Objects exported from other packages |
| relocate | Change column order |
| replace_vars | Fast value replacement in data frame |
| rowwise | Computation by rows |
| select | Select/rename variables by name |
| separate | Separate a character column into two columns using a regular... |
| slice | Subset rows using their positions |
| summarise | Summarise columns to single values |
| sys_time_print | Convenient print of time taken |
| tidymat | Conversion between tidy table and named matrix |
| uncount | "Uncount" a data frame |
| unite | Unite multiple columns into one by pasting strings together |
| utf8_encoding | Use UTF-8 for character encoding in a data frame |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.