Skip to content

Instantly share code, notes, and snippets.

@zappingseb
Last active December 31, 2018 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zappingseb/4ce6ee53c93001fc4a58066445b345fc to your computer and use it in GitHub Desktop.
Save zappingseb/4ce6ee53c93001fc4a58066445b345fc to your computer and use it in GitHub Desktop.
RTest_part2
<input-data>
<data.frame name="test01">
<col-defs>
<coldef name="x" type="numeric" /><coldef name="y" type="numeric" />
</col-defs>
<row>
<cell>1</cell><cell>2</cell>
</row>
<row>
<cell>1</cell><cell>2</cell>
</row>
</data.frame>
</input-data>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment