query_pdf | R Documentation |
To query a pdf you must know the number of the piece you are looking for and the date it was published.
query_pdf(year, month, day, code)
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. |
A link to the pdf.
cve <- sumario_cve("2017", "237")
query_pdf("2017", "10", "02", cve)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.