Skip to contents

Creates a 19 Sector Input-Output Table by aggregating the IOIG Input-Output Table (see: create_ioig_sector())

Usage

create_19_sector(update = FALSE)

Arguments

update

logical. FALSE (the default) to use package data, TRUE to re-download from the ABS

Value

tibble of the industry-industry flows between 19 ANZSIC Sectors for Australia.

Examples

create_19_sector()
#> # A tibble: 27 × 27
#>    `Industry Sector`                 Agriculture, Forestr…¹ Mining Manufacturing
#>    <chr>                                              <dbl>  <dbl>         <dbl>
#>  1 Agriculture, Forestry and Fishing                 24366.   491.        47979.
#>  2 Mining                                              365. 23660.        49940.
#>  3 Manufacturing                                      7054. 12285.        52396.
#>  4 Electricity, Gas, Water and Wast…                  2371.  5531.        10457.
#>  5 Construction                                       3535. 16690.         3581.
#>  6 Wholesale Trade                                    3904.  5097.        13902.
#>  7 Retail Trade                                       1035.  1921.         4807.
#>  8 Accommodation and Food Services                     331.  1704.         2891.
#>  9 Transport, Postal and Warehousing                  4181.  8937.        22409.
#> 10 Information Media and Telecommun…                   132.   707.         4587.
#> # ℹ 17 more rows
#> # ℹ abbreviated name: ¹​`Agriculture, Forestry and Fishing`
#> # ℹ 23 more variables: `Electricity, Gas, Water and Waste Services` <dbl>,
#> #   Construction <dbl>, `Wholesale Trade` <dbl>, `Retail Trade` <dbl>,
#> #   `Accommodation and Food Services` <dbl>,
#> #   `Transport, Postal and Warehousing` <dbl>,
#> #   `Information Media and Telecommunications` <dbl>, …