| all_same | Check if all values in a vector are the same |
| clamp | Clamps all elements in 'x' into the range '[min,max]' |
| col2hex | Convert R color string and output the color as hex |
| dtypes | Return data types |
| expand_on | Split column values by a delimiter, then expand them into new... |
| file_prefix | Working with filenames |
| fqtable | Tabulate and return relative frequencies of values |
| get_mcc | Calculate Matthews correlation coefficient (MCC), F1, etc |
| get_os | Return simplified operating system name |
| gg_color_hue | Default colors used by ggplot2 |
| is_duplicated | List duplicate values |
| load_preserve | Wrapper around base::load that preserves the value of any... |
| na.freq | Return the relative frequency of missing values |
| na_if_in | Extending na_if to replace multiple values with NA |
| number2binary | Convert number to bit vector |
| n.unique | Return unique values |
| parse_int_date | Parse excel-type integer dates |
| qcut | Bin a numeric vector by quantiles |
| reducews | Reduce consecutive, internal whitespace characters (not... |
| remove_annotations | Remove 'annotation' sections from strings |
| replace_fancy | Replace or remove fancy quotes |
| str_is_numeric | Find and return values that look non-numeric |
| str_nonascii | Check for any non-ASCII characters |
| unfactor | Convert all factors in a data.frame to strings |
| vec2range | Convert a vector of integers in to a matrix of ranges |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.