hud_value_tables: Create hash table functions that transform code specification...

View source: R/hud_value_extract.R

hud_value_tablesR Documentation

Create hash table functions that transform code specification integers to human-legible characters

Description

This function parses the appendices of the HUD Spec PDF where Value => Text correspondence tables are represented and transforms these tables into functions that allow coercion between Value/Text

Usage

hud_value_tables(
  pdf = hud_spec_2022,
  dims = hud_dimensions(hud_spec_2022),
  .write = TRUE,
  verify = interactive(),
  overwrite = FALSE,
  path = file.path("data", "public", "export_text_translations")
)

Arguments

dims

(list) output from hud_dimensions. Required

(list)

output from hud_pdf_data


COHHIO/hud.extract documentation built on Oct. 11, 2023, 11:29 a.m.