Fixed sapply snippet
This commit is contained in:
parent
ebbd6a8ddc
commit
0561ba640a
@ -88,7 +88,7 @@ lapply(${1:list}, ${0:function})
|
|||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet sapply "sapply function"
|
snippet sapply "sapply function"
|
||||||
lapply(${1:list}, ${0:function})
|
sapply(${1:list}, ${0:function})
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet vapply "vapply function"
|
snippet vapply "vapply function"
|
||||||
|
Loading…
Reference in New Issue
Block a user