| address | Memory address of R object |
| as_discrete | Turn continuous data into discrete bins |
| attrs | Add and remove attributes |
| bin | A sometimes cheaper but argument richer alternative to... |
| case | A cheapr case-when and switch |
| cast | Fast casting/coercing of R objects |
| cheapr_c | A cheapr version of 'c()' |
| cheapr-package | cheapr: Simple Functions to Save Time and Memory |
| copy | Copy R objects |
| counts | Fast frequency tables - Still experimental |
| cpp_rebuild | Low-level attribute re-constructor |
| data_frame | Cheap data frame utilities |
| dots | Turn dot-dot-dot ('...') into a named list |
| extras | Extra utilities |
| factors | A cheaper version of 'factor()' along with cheaper utilities |
| gcd | Greatest common divisor and smallest common multiple |
| get_breaks | Pretty break-points for continuous (numeric) data |
| if_else | Cheaper version of 'ifelse()' |
| int_sign | A fast and integer-based 'sign()' |
| is_na | Efficient functions for dealing with missing values. |
| is_whole_number | Very fast check that numeric vector consists only of whole... |
| lag | Lagged operations. |
| lists | List utilities |
| na_init | Fast 'NA' initialisation |
| overview | An alternative to 'summary()' inspired by the skimr package |
| rebuild | Rebuild an object from a template |
| recycle | Recycle objects to a common size |
| rep | cheapr style repeat functions |
| replace | Fast vector replacement, an alternative to [<- |
| scalars | Efficient functions for counting, finding, replacing and... |
| sequences | Utilities for creating many sequences |
| set_math | Math operations by reference - *Experimental* |
| sset | Cheaper subset 'sset()' |
| sset_df | Fast functions for data frame subsetting |
| str_coalesce | Coalesce character vectors |
| strings | Fast string concatenation using C++ |
| switch_args | Switch between dot-dot-dot and a list of args |
| unique_ | An alternative 'unique' function |
| which_ | Memory-efficient alternative to 'which()' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.