Skip to content

Instantly share code, notes, and snippets.

@chrimaho
Last active July 13, 2021 12:34
Show Gist options
  • Save chrimaho/daeb09e45a6ad73a95aaa57d145276a0 to your computer and use it in GitHub Desktop.
Save chrimaho/daeb09e45a6ad73a95aaa57d145276a0 to your computer and use it in GitHub Desktop.
R Snippet Basic. Part of: www.github.com/chrimaho/code-snippets
snippet fun
${1:name} <- function (${2:variables}) {
${3:code}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment