summaryrefslogtreecommitdiff
path: root/snippets/ess-mode/tidyverse
blob: f4dae03f2ce72c9bdc8504051066faedcbef1560 (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: snippet -*-
# key: tv
# group: imports
# --
library(dplyr)
library(ggplot2)
library(readr)

$0