import_ontime {skynet} | R Documentation |
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
## Not run:
import_ontime(skynet_example("Ontime_2011_1.csv"))
## End(Not run)
[Package skynet version 1.4.3 Index]