vim/ultisnips-bullshit/r.snippets @ 8e22b36e5cba

More
author Steve Losh <steve@stevelosh.com>
date Wed, 17 Jul 2024 15:51:26 -0400
parents 1e75bf5d6f48
children (none)
snippet lib "library()" b
library(${1:name})
endsnippet

snippet inst "install.packages()" b
install.packages("${1:name}")
endsnippet