knitr::opts_chunk$set(
  collapse = TRUE,
  cache = !TRUE,
  comment = "#>",
  message = FALSE, 
  warning = FALSE, 
  out.width = "100%",
  fig.align = "center",
  fig.width = 8,
  fig.path = "inst/figures/"
)

db.censusnz (censusnz database plugin)

R build status

This package contains datasets of responses to the 2006, 2013 and 2018 NZ Censuses grouped by different geographic areas. This package is designed to be used as a data package for the censusnz package, which will provide functions for accessing and interacting with the data.

Installation

This package can be installed using via the remotes package:

remotes::install_github(repo = 'harmonic-analytics/db-censusnz')

In future, this package will be installed automatically with the censusnz package automatically.



harmonic-analytics/db-censusnz documentation built on Dec. 20, 2021, 2:49 p.m.