Created
January 4, 2013 23:48
-
-
Save KitWallace/4458576 to your computer and use it in GitHub Desktop.
Part of the R test data hw1_data.csv converted to XML
This file contains hidden or 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
<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