Skip to content

Instantly share code, notes, and snippets.

@jacob-ogre
Last active December 15, 2015 20:41
Show Gist options
  • Save jacob-ogre/5320508 to your computer and use it in GitHub Desktop.
Save jacob-ogre/5320508 to your computer and use it in GitHub Desktop.
R: For-loop
<snippet>
<content><![CDATA[for(${1:i} in ${2:seq}) {
${3:#do something}
}]]></content>
<tabTrigger>for</tabTrigger>
<scope>source.r, source.rd.console</scope>
<description>For Loop</description>
</snippet>
@jacob-ogre
Copy link
Author

Updated from the default ST2 For-loop snippet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment