This is a collection of R packages, bits of code, and other trivia that I find useful. It was originally written for myself, but hopefully others will find some useful tidbits. Many of the posts are just digested versions of package vignettes or documentation, emphasizing the pieces that seem most useful.
Title
|
Categories
|
Date
|
Tables for Word in flextable
|
tables
|
5/17/24
|
Sort numbered strings (or factor levels, or filenames) correctly even without zero-padding
|
data cleaning,sorting
|
1/12/24
|
View the structure of deeply nested objects or complex function calls with lobstr and listviewer
|
misc
|
7/10/23
|
Composing multiple plots with patchwork
|
visualization
|
7/7/23
|
Spotlight subsets of data in your plots with gghighlight
|
visualization
|
7/6/23
|
khroma and colorblindr : Tools for colorblind-friendly plots
|
visualization,colors
|
7/4/23
|
Paginate a faceted graph and save as a single multi-page PDF
|
visualization
|
7/1/23
|
Upgrading R without losing all your packages
|
upgrading,package management
|
6/30/23
|
Interactive plots with ggiraph
|
visualization,interactivity
|
6/29/23
|
Summary statistics for df s with skimr
|
dataframes,summarizing
|
6/26/23
|
fuzzyjoin : Join df s with inexact matching
|
dataframes,joins
|
6/26/23
|
dplyr::glimpse() : Prettier than str()
|
dataframes,summarizing
|
6/26/23
|
janitor : Clean dirty data, plus improved tables and crosstab
|
data cleaning
|
6/25/23
|
diffobj : Compare two dfs (or other objects)
|
dataframes
|
6/25/23
|
thinkr::peep() : See intermediate stages of piped dfs
|
dataframes,piping
|
6/1/23
|
No matching items