Skip to content

Instantly share code, notes, and snippets.

@jacob-ogre
Created April 6, 2013 12:20
Show Gist options
  • Save jacob-ogre/5325930 to your computer and use it in GitHub Desktop.
Save jacob-ogre/5325930 to your computer and use it in GitHub Desktop.
R: Function Documentation
<snippet>
<content><![CDATA[
# ${1:summary}
#
# USAGE:
# ${2:fx_call}(${3:vars})
#
# ARGS:
# ${4:args}
#
# RETURNS:
# ${5:return}
#
# COMMENTS:
# ${6:comments}
${7}
]]></content>
<tabTrigger>doc</tabTrigger>
<!-- <scope> source.r, source.rd.console</scope> -->
<description>function_documentation</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment