Skip to content

Instantly share code, notes, and snippets.

@mwfrost
Created December 22, 2010 17:55
Show Gist options
  • Select an option

  • Save mwfrost/751840 to your computer and use it in GitHub Desktop.

Select an option

Save mwfrost/751840 to your computer and use it in GitHub Desktop.
MSHA Mine Data from data.gov
# 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