Skip to contents

Conduct an impact analysis assessment for a Local Government Area.

Usage

impact_analysis(region, impacts)

Arguments

region

Local Government Area

impacts

A matrix with 19 rows and at least 1 column containing expenditure impacts for each of the 19 sectors. The matrix must have rownames equal to the 19 industry sectors.

Value

list

Examples

if (FALSE) { # \dontrun{
impacts <- matrix(data = 1, nrow = 19, ncol = 1, dimnames = list(anzsic_swap$name))
impact_analysis("Adelaide", impacts)
} # }