Skip to contents

Extracts a ZIP file containing official ENEMDU dictionaries and reads all files whose names include Diccionario.

Usage

enemdu_read_official_dictionary_zip(
  zip_path,
  pattern = "Diccionario",
  exdir = NULL
)

Arguments

zip_path

Path to a ZIP file.

pattern

File-name pattern used to select dictionary files.

exdir

Optional extraction directory.

Value

A tibble combining all parsed official dictionaries.