function snippet for R
This commit is contained in:
parent
4d49f74a50
commit
5d4f90bbeb
@ -7,6 +7,11 @@ def complete(t, opts):
|
|||||||
return "(" + '|'.join(opts) + ")"
|
return "(" + '|'.join(opts) + ")"
|
||||||
endglobal
|
endglobal
|
||||||
|
|
||||||
|
snippet fun "F function insert"
|
||||||
|
$1 <- function($2){
|
||||||
|
$0
|
||||||
|
}
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
|
||||||
snippet template.shiny "This creates a basic shiny app"
|
snippet template.shiny "This creates a basic shiny app"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user