accessors: Accessing conmat attributes

ageR Documentation

Accessing conmat attributes

Description

Accessing conmat attributes

Usage

age(x)

age_label(x)

## Default S3 method:
age_label(x)

## S3 method for class 'conmat_population'
age_label(x)

population_label(x)

## Default S3 method:
population_label(x)

## S3 method for class 'conmat_population'
population_label(x)

population(x)

Arguments

x

conmat_population data frame

Value

age or population symbol or label

Examples

## Not run: 
perth <- abs_age_lga("Perth (C)")
age(perth)
age_label(perth)
population(perth)
population_label(perth)

## End(Not run)

njtierney/conmat documentation built on April 17, 2025, 10:27 p.m.