summaryrefslogtreecommitdiff
path: root/snippets/ess-mode/forcat
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-10-07 21:55:53 -0400
committerKyle Meyer <kyle@kyleam.com>2017-10-07 21:55:53 -0400
commite5b5d614ad534505d162ca89271b451f7f4023a3 (patch)
treece9b1c21a63ed90eaec4e8de9aad08ffdf58bffb /snippets/ess-mode/forcat
parent6da6164c74820fe49852f899f683df8f1b51114c (diff)
downloademacs.d-e5b5d614ad534505d162ca89271b451f7f4023a3.tar.gz
snippets: Add more snippets for tidyverse imports
Diffstat (limited to 'snippets/ess-mode/forcat')
-rw-r--r--snippets/ess-mode/forcat6
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/ess-mode/forcat b/snippets/ess-mode/forcat
new file mode 100644
index 0000000..955d266
--- /dev/null
+++ b/snippets/ess-mode/forcat
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# key: fc
+# group: imports
+# --
+library(forcat)
+$0 \ No newline at end of file