query_xml | R Documentation |
Build a query for an XML
query_xml(id)
id |
The id of the xml document you want. |
A query for the xml.
sumario_nbo()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.