mirror of
https://github.com/dchakro/shared_Rscripts.git
synced 2026-05-17 09:12:16 -07:00
Merge branch 'master' of github.com:dchakro/shared_Rscripts
# Conflicts: # r.snippets.txt
This commit is contained in:
commit
77a3494e49
1 changed files with 2 additions and 1 deletions
|
|
@ -222,4 +222,5 @@ snippet objectSize
|
||||||
snippet unMelt
|
snippet unMelt
|
||||||
mat <- data.table::dcast.data.table(${1:myDT}, ${2:row} ~ ${3:col}, value.var = "${4:value}")
|
mat <- data.table::dcast.data.table(${1:myDT}, ${2:row} ~ ${3:col}, value.var = "${4:value}")
|
||||||
${0}
|
${0}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue