hl7df: Convert a Parsed HL7 Tree to a Data.frame

Description Usage Arguments Value

View source: R/hl7df.R

Description

This function returns a dataframe based on a parsed HL7 tree. It names columns as the equivalent route to a node. Values not present in a tree are returned as NA. An attempt is made to normalize paths between all branches.

Usage

1
hl7df(messages)

Arguments

messages

A parsed HL7 Tree; The result of parsehl7()

Value

A Data.frame of HL7 Messages


bransonf/hl7r documentation built on March 6, 2021, 8:10 p.m.