Skip to content

Instantly share code, notes, and snippets.

@KitWallace
Created January 4, 2013 23:48
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 KitWallace/4458576 to your computer and use it in GitHub Desktop.
Save KitWallace/4458576 to your computer and use it in GitHub Desktop.
Part of the R test data hw1_data.csv converted to XML
<table>
<row>
<Ozone>41</Ozone>
<Solar.R>190</Solar.R>
<Wind>7.4</Wind>
<Temp>67</Temp>
<Month>5</Month>
<Day>1</Day>
</row>
<row>
<Ozone>36</Ozone>
<Solar.R>118</Solar.R>
<Wind>8</Wind>
<Temp>72</Temp>
<Month>5</Month>
<Day>2</Day>
</row>
<row>
<Ozone>12</Ozone>
<Solar.R>149</Solar.R>
<Wind>12.6</Wind>
<Temp>74</Temp>
<Month>5</Month>
<Day>3</Day>
</row>
<row>
<Ozone>18</Ozone>
<Solar.R>313</Solar.R>
<Wind>11.5</Wind>
<Temp>62</Temp>
<Month>5</Month>
<Day>4</Day>
</row>
<row>
<Ozone>NA</Ozone>
<Solar.R>NA</Solar.R>
<Wind>14.3</Wind>
<Temp>56</Temp>
<Month>5</Month>
<Day>5</Day>
</row>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment