import_t100 {skynet} | R Documentation |
Import T-100 Data
Description
Imports T-100 Data directly from BTS/RITA/Transtats website raw data (prezipped file), for SKYNET's import function.
Usage
import_t100(x, nonsch = FALSE, auto = TRUE)
Arguments
x |
T-100 csv |
nonsch |
Should equal TRUE to include non-scheduled flights |
auto |
Automatically assigns object |
Details
Files can be found here https://www.transtats.bts.gov/Fields.asp?gnoyr_VQ=FIL. More information on variables to select and type of files to use can be found here
Examples
## Not run:
import_t100(skynet_example("T100_2011_mkt.csv"))
## End(Not run)
[Package skynet version 1.4.3 Index]