Learn R Programming

skynet (version 1.4.3)

download_t100: Download Data from T100 files

Description

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

Run this code
# NOT RUN {
download_t100(2010, "mkt")

# }

Run the code above in your browser using DataLab