Skip to contents

Parses a Define-XML 2.1 file and returns a herald_spec object. Extracts datasets, variables, codelists, methods, comments, and ARM metadata from the XML structure. Requires the xml2 package.

Usage

read_spec_define(path, call = rlang::caller_env())

Arguments

path

Path to the Define-XML file.

call

Caller environment for error reporting.

Value

A herald_spec object.