sumario_nbo: Create the number for _sumario_

View source: R/codes.R

sumario_nboR Documentation

Create the number for sumario

Description

Creates the id for a sumario by the date it was published.

Usage

sumario_nbo(date, journal = "BOE")

sumario_xml(date, journal = "BOE")

Arguments

date

Date of the sumario

journal

Either BOE or BORME.

Value

A character vector

Functions

  • sumario_xml(): For compatibility with previous version

See Also

The id is different from the CVE, which can be created with sumario_cve().

Other code generators: element, sumario_cve()

Examples

sumario_nbo(Sys.Date())
sumario_nbo(format(as.Date("2009/01/01", "%Y/%m/%d"), "%Y%m%d"), journal = "BORME")

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