downloadNTSBdf: Download NTSB Accidents and Incidents Database

Description Usage Value Source Examples

View source: R/downloadNTSBdf.R

Description

Function to download a fresh copy of the NTSB accidents and incidents database from the web as a data.frame. Note that a 2017-03-28 version of the NTSB database created with this function is available with the package, see NTSBData_20170328.

Usage

1

Value

A data.frame with one row per accident or incident and one column for each field the NTSB makes available.

Source

https://app.ntsb.gov/aviationquery/

Examples

1
df <- downloadNTSBdf() # Downloads and stores as .GlobalEnv object

peconeto/safetydata documentation built on May 24, 2019, 6:14 a.m.