is_xmlNode {thredds}R Documentation

Test if an object inherits from xml2::xml_node

Description

Test if an object inherits from xml2::xml_node

Usage

is_xmlNode(x, classname = "xml_node")

Arguments

x

object to test

classname

character, the class name to test against, by default 'xml_node'

Value

logical


[Package thredds version 0.1-4 Index]