Created
December 22, 2010 17:55
-
-
Save mwfrost/751840 to your computer and use it in GitHub Desktop.
MSHA Mine Data from data.gov
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
| # data from data.gov | |
| # url title | |
| # http://www.data.gov/details/4055 Accident Injuries Data Set | |
| # http://www.data.gov/details/4134 Employment/Production Data Set - Yearly (Coal only) | |
| # http://www.data.gov/details/4135 Employment/Production Data Set - Quarterly (Coal only) | |
| # http://www.data.gov/details/4136 Mines Data Set | |
| # http://www.data.gov/details/4137 Mine Address of Record Data Set | |
| # http://www.data.gov/details/4138 Mine Inspections | |
| # http://www.data.gov/details/4139 Mine Inspections | |
| mines = read.table("DATAGOV_MINES.TXT", sep="|", fill=TRUE, header=TRUE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment