Learn R Programming

skynet (version 1.4.3)

import_ontime: Import on-time Data

Description

Imports on-time Data directly from BTS/RITA/Transtats website raw data (prezipped file), for SKYNET's import function.

Usage

import_ontime(x, auto = TRUE)

Arguments

x

On-time csv (from zipped file)

auto

Automatically assigns object

Details

Files can be found here https://www.transtats.bts.gov/Fields.asp?gnoyr_VQ=FGJ. More information on variables to select and type of files to use can be found here

Examples

Run this code
# NOT RUN {
import_ontime(skynet_example("Ontime_2011_1.csv"))

# }

Run the code above in your browser using DataLab