Merge branch 'master' of github.com:dchakro/shared_Rscripts

# Conflicts:
#	r.snippets.txt
This commit is contained in:
dchakro 2022-11-17 23:29:04 +02:00
commit 77a3494e49

View file

@ -222,4 +222,5 @@ snippet objectSize
snippet unMelt
mat <- data.table::dcast.data.table(${1:myDT}, ${2:row} ~ ${3:col}, value.var = "${4:value}")
${0}