vim/ultisnips-bullshit/r.snippets @ f77ee236cdf3

More
author Steve Losh <steve@stevelosh.com>
date Thu, 23 May 2024 13:50:23 -0400
parents 1e75bf5d6f48
children (none)
snippet lib "library()" b
library(${1:name})
endsnippet

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