query_xml: Build a query for an XML

View source: R/queries.R

query_xmlR Documentation

Build a query for an XML

Description

Build a query for an XML

Usage

query_xml(id)

Arguments

id

The id of the xml document you want.

Value

A query for the xml.

See Also

sumario_nbo()

Examples

id <- sumario_nbo(format(as.Date("2017/10/02", "%Y/%m/%d"), "%Y%m%d"))
cve <- sumario_cve("2017", "237") # Same document but by the CVE
query_xml(id)
query_xml(cve)

rOpenSpain/BOE documentation built on Dec. 26, 2024, 2:50 p.m.