mirror of
https://github.com/dchakro/shared_Rscripts.git
synced 2026-05-18 09:14:44 -07:00
fix position of cursor
This commit is contained in:
parent
77a3494e49
commit
79c0931dc5
1 changed files with 3 additions and 4 deletions
|
|
@ -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}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue