st_mrs_cause: Star Schema for Mortality Reporting System by Cause

st_mrs_causeR Documentation

Star Schema for Mortality Reporting System by Cause

Description

Star Schema for the Mortality Reporting System considering the cause classification.

Usage

st_mrs_cause

Format

A star_schema object.

Examples

# Defined by:

st_mrs_cause <- star_schema(mrs_cause, dm_mrs_cause) |>
  snake_case() |>
  character_dimensions(
    NA_replacement_value = "Unknown",
    length_integers = list(
      week = 2,
      data_availability_week = 2,
      reception_week = 2
    )
  ) |>
  role_playing_dimension(
    dim_names = c("when", "when_received", "when_available"),
    name = "when_common",
    attributes = c("date", "week", "year")
  )


starschemar documentation built on Nov. 11, 2023, 5:09 p.m.