Downloads data from BTS/RITA/Transtats and imports it into R
Usage
download_t100(y = NULL, type = NULL)
Arguments
- y
year to be imported
- type
"mkt" for Market, "seg" for Segment databases respectively
Details
Note: The BTS often changes the way we can access these files. So please be warned that this is still an experimental feature.
Examples
if (FALSE) { # \dontrun{
download_t100(2010, "mkt")
} # }