eml_find {EML}R Documentation

eml_find

Description

find all occurrences of an EML element in at a given node at any depth

Usage

eml_find(node, element)

Arguments

node

an EML S4 object; e.g. ‘eml' or any of it’s child/descendant slots.

element

the name of an EML element to find

Value

the requested element as an EML S4 object


[Package EML version 1.0.3 Index]