download_t100_int {skynet} | R Documentation |
Download Data from T100 international files
Description
Downloads data from BTS/RITA/Transtats and imports it into R
Usage
download_t100_int(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
## Not run:
download_t100_int(2010, "mkt")
## End(Not run)
[Package skynet version 1.4.3 Index]