diff options
Diffstat (limited to 'snippets/ess-mode/forcat')
-rw-r--r-- | snippets/ess-mode/forcat | 6 |
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 |