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

View source: R/get_bds_data.R

get_bds_cutR Documentation

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

Description

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

Usage

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")

## End(Not run)

eloualiche/entrydatar documentation built on Aug. 20, 2023, 1:56 p.m.