From 56329ecab0970b421dd822a63d9c8bd4f7da6a44 Mon Sep 17 00:00:00 2001 From: dchakro <35454738+dchakro@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:22:51 +0300 Subject: [PATCH] app tab markers --- r.snippets.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/r.snippets.txt b/r.snippets.txt index e4f5246..213ab3d 100644 --- a/r.snippets.txt +++ b/r.snippets.txt @@ -208,4 +208,8 @@ snippet parallelRDS snippet objectSize format(object.size(${1:Var1}), units = "MB", standard = "SI") + +snippet unMelt + mat <- data.table::dcast.data.table(${1:myDT}, ${2:row} ~ ${3:col}, value.var = "${4:value}") + ${0} \ No newline at end of file