QWI_001

## [1] "37"
## [1] "37"
## [1] 864  12
## # A tibble: 6 x 12
##   year  quarter race  ethnicity ownercode seasonadj industry state county
##   <chr> <chr>   <chr> <chr>     <chr>     <chr>     <chr>    <chr> <chr> 
## 1 2010  1       A1    A1        A00       U         22       11    001   
## 2 2010  1       A1    A1        A00       U         23       11    001   
## 3 2010  1       A1    A1        A00       U         31-33    11    001   
## 4 2010  1       A1    A1        A00       U         42       11    001   
## 5 2010  1       A1    A1        A00       U         44-45    11    001   
## 6 2010  1       A1    A1        A00       U         48-49    11    001   
## # … with 3 more variables: Emp <chr>, sEmp <chr>, year_time <date>
## Argument 'which' was left unspecified. Choosing first table.
## Warning: Columns [Attributes] seem to have no data and are removed. Use
## rm_nodata_cols = F to suppress this behavior

2019-11-11