diff options
Diffstat (limited to 'snippets/ess-mode/datatable')
-rw-r--r-- | snippets/ess-mode/datatable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/ess-mode/datatable b/snippets/ess-mode/datatable index e75f0dc..86911e9 100644 --- a/snippets/ess-mode/datatable +++ b/snippets/ess-mode/datatable @@ -3,5 +3,5 @@ # key: dt # group: imports # -- -library('data.table') +library(data.table) $0 |