Jen Richmond
home
about
blog
30daycharts
Categories
All
(9)
data wrangling
(1)
ggplot
(2)
idhgt
(1)
python
(1)
blog
Want to support my blog?
learning python
python
When you are exploring a far off land and only know a tiny bit of the language they speak there, you always carry a little dictionary with commonly used phrases translated…
Jen Richmond
Jul 4, 2024
rowwise %>% mean
data wrangling
When you have data from a survey, the responses for each item are most often listed in different variables. Generally you have to average across the items to get a mean…
Jen Richmond
May 24, 2023
error bars on plots
idhgt
ggplot
Repurposing this APA figures post as a IDHTG (I don’t have to google) post.
Jen Richmond
Apr 25, 2023
colours that R knows
ggplot
I have been working through the ggplot R Advent calendar by Kiirsti Owen with some lovely RLadies friends and we got up to Day 15 where we started controlling colours in…
Jen Richmond
Dec 14, 2022
git hints
I am getting pretty good at avoiding git merge conflicts by always remembering to pull before I push when using github. But the terminal in RStudio has been giving me this…
Jen Richmond
Sep 28, 2022
using lists in R
One of my goals while on long service leave is to learn some new R things that have been on my radar for a while… the first of these is purrr. The purrr package allows you…
Jen Richmond
Jun 27, 2022
my favourite things about R
I am prepping a talk for R-Ladies Sydney about my favourite R things, including the packages and functions that end up in every script I write.
Jen Richmond
Jan 17, 2022
PAT for GitHub
I have been avoiding setting up a Personal Access Token to authenticate my github account for a while because it seemed complicated. Never fear Happy Git with R and
usethis()
…
Jen Richmond
Jun 22, 2021
cleaning penguins with the janitor package
The janitor package by Sam Firke contains probably my FAVOURITE R function:
clean_names()
.
Jen Richmond
Nov 18, 2020
No matching items