PITCHME.md

LOGO

Cheatsheet Generator from R

rOpenSci Unconference 2017 Diana Ly & Ramnath Vaidyanathan

Step 1: Create Google Sheet with Cheatsheet Data

example

Step 2: Create Cheatsheet

# Download Google Sheet to Excel
fpath <- 'cheatsheet.xlsx'
sheet_data <- gs_title('cheatsheet data') 
gs_download(sheet_data, to = fpath, overwrite = TRUE)

# Create cheatsheet
fpath %>%
  read_all_sheets %>%
  make_cheatsheet

Step 3: Enjoy your freshly minted cheatsheet.

cheatsheet



ropenscilabs/rcheatsheet documentation built on May 11, 2022, 9:35 p.m.