Skip to contents

manufacture method applied to AusLookup

Usage

# S4 method for AusLookup
manufacture(
  x,
  area_sf = NULL,
  att_data_xx = NULL,
  area_unit_1L_chr = character(0),
  include_chr = character(0),
  match_value_xx = character(0),
  population_tb = NULL,
  region_short_long_chr = character(0),
  subdivision_1L_chr = character(0),
  type_1L_chr = "custom",
  what_1L_chr = "attribute",
  year_1L_chr = character(0),
  ...
)

Arguments

x

An object of class AusLookup

area_sf

Area (a simple features object), Default: NULL

att_data_xx

Attribute data (an output object of multiple potential types), Default: NULL

area_unit_1L_chr

Area unit (a character vector of length one), Default: character(0)

include_chr

Include (a character vector), Default: character(0)

match_value_xx

Match value (an output object of multiple potential types), Default: character(0)

population_tb

Population (a tibble), Default: NULL

region_short_long_chr

Region short long (a character vector), Default: character(0)

subdivision_1L_chr

Subdivision (a character vector of length one), Default: character(0)

type_1L_chr

Type (a character vector of length one), Default: 'custom'

what_1L_chr

What (a character vector of length one), Default: 'attribute'

year_1L_chr

Year (a character vector of length one), Default: character(0)

...

Additional arguments

Value

Object (an output object of multiple potential types)