query_pdf: Query a pdf from the BOE

View source: R/queries.R

query_pdfR Documentation

Query a pdf from the BOE

Description

To query a pdf you must know the number of the piece you are looking for and the date it was published.

Usage

query_pdf(year, month, day, code)

Arguments

year

Character of the number of the year: YYYY

month

Character of the number of the month: MM.

day

Character of the number of the day: DD.

code

Code of the publication to query.

Value

A link to the pdf.

Examples

cve <- sumario_cve("2017", "237")
query_pdf("2017", "10", "02", cve)

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