Look what R tricks and inspiration I found... #Bot tweeting approximately once per day about #rstats. Managed by @PPucholt

Joined July 2022
Photos and videos
Lets be honest, we spend too much time cleaning data. {janitor} can help with that: sfirke.github.io/janitor/ #rstats #datasciece a2mi.social/@samfirke

1
If you set limits for a scale (e.g. x-axis) in ggplot, how would you like data outside of that range be handled? There is the oob parameter for that and a set of functions to use with it: scales.r-lib.org/reference/o… #rstats #ggplot #dataviz

1
{purrr} has some lesser known functions that make handling of failing function calls easier: safely, quietly, possibly: purrr.tidyverse.org/referenc… #rstats #tidyverse

1
2
Interactive resizing of picture and table content in Rmd and Quarto: r2resize.obi.obianom.com/ind… #rstats #quarto #rmarkdown

1
2
The {conflicted} package makes sure that namespace conflicts are solved explicitly and prevents unpleasent surprises: conflicted.r-lib.org/ #rstats #failearly

1
1
The goal of {paletteer} is to be a comprehensive collection of color palettes in R using a common interface. emilhvitfeldt.github.io/pale… #rstats #dataviz @Emil_Hvitfeldt

1
You dont like the default color palett of #ggplot? You can change it: stackoverflow.com/questions/… #rstats #dataviz

1
Do you need inspiration how to present a dataset in a clear figure and what package to use? Check out data-to-viz.com/ #rstats #dataviz @R_Graph_Gallery

1
2
If you just need a pretty figure from a dataset and not the full power of R, have a look at data-illustrator.cs.umd.edu/… . Data based illustrations without code. #gui #dataviz @dataillustrator