Skip to contents

Creates a 115 sector input-output table from the ABS National Accounts: Input-Output tables Industry by industry flow table (Table 5.) and Employment by industry table (Table 20.). The 115 sector version created is modified to enable easy creation of the 19 sector model used to create Regional Input-Ouput tables. The current version of the data is installed with the package as industry_flows. A path can be specified to instead read Table 5 and Table 20 from a local folder. This can be useful if a different year input-output table is required.

Usage

create_ioig_sector(update = FALSE)

Source

https://www.abs.gov.au/statistics/economy/national-accounts/australian-national-accounts-input-output-tables/latest-release

Arguments

update

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

Value

Silently returns a list with the 115 sector input-output table ("flows"), and the path to Table 5 and Table 20.

Examples

create_ioig_sector()
if (FALSE) { # \dontrun{
create_ioig_sector(update = TRUE)
} # }