getNodeSetAttribute: Extract car sales information from a list of XMLNode

Description Usage Arguments Value

View source: R/web-retrieve.R

Description

Extract car sales information from a list of XMLNode

Usage

1
getNodeSetAttribute(xmlDoc, path, attribName = "content")

Arguments

xmlDoc

an object of class XMLInternalDocument

path

the XPath path identifying the items of interest in the document.

attribName

the name of the attribute of interest in the nodes identified by the path.

Value

a character vector, all the values of the attributes found.


jmp75/carsales documentation built on May 19, 2019, 1:55 p.m.