add_rnk_col | 'dplyr::mutate(... dplyr::row_number(dplyr::desc(.)))' |
arrange_distinctly | 'dplyr::distinct()' + 'dplyr::arrange()' |
count_arrange | 'dplyr::count()' + 'dplyr::arrange()' |
do_call_with | 'do.call()' with package namespace |
join_fuzzily | Join two 'data.frame's using fuzzy string matching. |
pull_distinctly | 'dplyr::pull()' + 'unique()' + 'sort()' |
quoting | '{rlang}' operators |
rank_unique | 'dplyr::row_number(dplyr::desc(.))' |
select_one_of | 'dplyr::select(data, tidyselect::one_of(cols),... |
summarise_join_stats | Calculate how "well" two 'data.frame's joined |
summarise_stats | Summary statistics for a 'data.frame' |
tetidy-package | tetidy: Tony's Personal Package |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.