correct snippet for 'sapply'
This commit is contained in:
parent
75556854b9
commit
f17c67cd01
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ snippet apply
|
|||
snippet lapply
|
||||
lapply(${1:list}, ${2:function})
|
||||
snippet sapply
|
||||
lapply(${1:list}, ${2:function})
|
||||
sapply(${1:list}, ${2:function})
|
||||
snippet vapply
|
||||
vapply(${1:list}, ${2:function}, ${3:type})
|
||||
snippet mapply
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue