fix position of cursor

This commit is contained in:
dchakro 2022-11-17 23:29:43 +02:00
parent 77a3494e49
commit 79c0931dc5

View file

@ -71,8 +71,8 @@ snippet writeTable
quote = F, quote = F,
sep = "${3:delimiter}", sep = "${3:delimiter}",
row.names = F, row.names = F,
col.names = T) col.names = T
${0} )${0}
snippet gsubstitute snippet gsubstitute
gsub("${1:Find}","${2:Replace}",${3:variable}, fixed = T) gsub("${1:Find}","${2:Replace}",${3:variable}, fixed = T)
@ -223,4 +223,3 @@ 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}