mirror of
https://github.com/dchakro/shared_Rscripts.git
synced 2026-05-17 09:12:16 -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,
|
||||
sep = "${3:delimiter}",
|
||||
row.names = F,
|
||||
col.names = T)
|
||||
${0}
|
||||
col.names = T
|
||||
)${0}
|
||||
|
||||
snippet gsubstitute
|
||||
gsub("${1:Find}","${2:Replace}",${3:variable}, fixed = T)
|
||||
|
|
@ -222,5 +222,4 @@ snippet objectSize
|
|||
snippet unMelt
|
||||
mat <- data.table::dcast.data.table(${1:myDT}, ${2:row} ~ ${3:col}, value.var = "${4:value}")
|
||||
${0}
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue