sumario_nbo | R Documentation |
Creates the id for a sumario by the date it was published.
sumario_nbo(date, journal = "BOE")
sumario_xml(date, journal = "BOE")
date |
Date of the sumario |
journal |
Either BOE or BORME. |
A character vector
sumario_xml()
: For compatibility with previous version
The id is different from the CVE, which can be created with sumario_cve()
.
Other code generators:
element
,
sumario_cve()
sumario_nbo(Sys.Date())
sumario_nbo(format(as.Date("2009/01/01", "%Y/%m/%d"), "%Y%m%d"), journal = "BORME")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.