Last active
July 13, 2021 12:34
-
-
Save chrimaho/daeb09e45a6ad73a95aaa57d145276a0 to your computer and use it in GitHub Desktop.
R Snippet Basic. Part of: www.github.com/chrimaho/code-snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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