Chapter 4 Beyond the Basics

4.1 Git & R

We will not get into the details of git. But - RStudio has a git plugin and the book Happy git with R will git you all set.

Alternatively, you can use gist.github.com to share & store code snippets, notes, thoughts and blog posts.

4.3 Neat packages & functions

Data import

  • data.table: (Fast) alternative to readr.
  • datapasta: Copy + paste unconventional tables.
  • fabricatr: Imagine your data before you collect it
  • Practical recommendations for organizing spreadsheet data in a way that both humans and computer programs can read: Data Organization in Spreadsheets by Broman & Woo (2018).

Data exploration

Summarising data with:

Data manipulation

Data visualisation

ggpubr

Cover image

holepunch

Make your package binder-ready with holepunch.

Best practices