summaryrefslogtreecommitdiff
path: root/snippets/ess-mode/dplyr
blob: 1c5024dda997dea2d87f6f252dfd7a3b03f1a0d9 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: dplyr
# key: dp
# group: imports
# --
library(dplyr)
$0