Skip to contents

Functions to create CVE codes for the documents published on the BOE.

Usage

disposicion_cve(year, number)

disposicion(year, number)

anuncio_cve(year, number)

anuncio(year, number)

Arguments

year

Character or numeric value of the year of the element in YYYY format.

number

Character or numeric value of the element.

Value

A character vector

Functions

  • disposicion_cve(): Create the CVE of the diposicion.

  • disposicion(): For compatibility with previous version

  • anuncio_cve(): Create the CVE of the anuncio.

  • anuncio(): For compatibility with previous version

See also

Other code generators: sumario_cve(), sumario_nbo()

Examples

disposicion_cve(2019, 242)
#> [1] "BOE-A-2019-242"
anuncio_cve(2019, 242)
#> [1] "BOE-B-2019-242"