| get_bds_cut | R Documentation | 
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")
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)  | 
data.table aggregate
## Not run: 
  dt <- get_bds_cut(year_start = 1980, year_end = 2012,
                    unit = "firm", aggregation = "all")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.