Other code: loads data.table with option to write it for a given cut

get_bds_cut(year_start = 1977, year_end = 2014, unit = "firm",
  aggregation = "all")

Arguments

year_start

start year for which we want data

year_end

end year for which we want data

unit

establishment level or firm level

aggregation

download the quarterly files or the yearly files (default is quarterly)

Value

data.table aggregate

Examples

# NOT RUN {
  dt <- get_bds_cut(year_start = 1980, year_end = 2012,
                    unit = "firm", aggregation = "all")
# }