summaryrefslogtreecommitdiff
path: root/snippets/ess-mode/datatable
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/ess-mode/datatable')
-rw-r--r--snippets/ess-mode/datatable7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/ess-mode/datatable b/snippets/ess-mode/datatable
new file mode 100644
index 0000000..e75f0dc
--- /dev/null
+++ b/snippets/ess-mode/datatable
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: data.table
+# key: dt
+# group: imports
+# --
+library('data.table')
+$0