oilSpills: Petroleum Oil Spills Impacting Navigable US Waters

oilSpillsR Documentation

Petroleum Oil Spills Impacting Navigable US Waters

Description

A dataset containing yearly gallons spilled, number of incidents, and source type of oil spills from 1985, 1990, 1995-2020.

Usage

oilSpills

Format

A data frame with 280 rows and 4 variables:

  • Year: year of spill

  • Source: source of spill

  • Incidents: number of incidents of the source for that year

  • Gallons spilled: number of gallons of oil spilled of that source for that year

Source

https://www.bts.gov/content/petroleum-oil-spills-impacting-navigable-us-waters

Examples

oilSpills |> dplyr::group_by(Year) |> dplyr::summarize(Gallons = sum(`Gallons spilled`))


lmsteffen/DS303_Rpackage documentation built on April 14, 2022, 11:45 a.m.