From e5b5d614ad534505d162ca89271b451f7f4023a3 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 7 Oct 2017 21:55:53 -0400 Subject: snippets: Add more snippets for tidyverse imports --- snippets/ess-mode/forcat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 snippets/ess-mode/forcat (limited to 'snippets/ess-mode/forcat') 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 -- cgit v1.2.3