get_class: Get class of table attribute

View source: R/eml2eal.R

get_classR Documentation

Get class of table attribute

Description

Get class of table attribute

Usage

get_class(nodeset)

Arguments

nodeset

(xml_nodeset) Attribute nodeset at /eml:eml/dataset/dataTable[x]/attributeList/attribute[y]

Details

Wrapper to is_num(nodeset), is_char(nodeset), is_catvar(nodeset), is_date(nodeset)

Value

(character) numeric, character, categorical, or Date


EDIorg/EMLtools documentation built on Nov. 1, 2022, 9:38 a.m.