This function opens urls in your browser.
Examples
if (FALSE) {
today <- Sys.Date()
# On Sunday there is not BOE
if (weekdays(today) == "Sunday") {
today <- today - 1
}
sumario <- retrieve_sumario(today)
url_publications(sumario[1:10, ])}
This function opens urls in your browser.
if (FALSE) {
today <- Sys.Date()
# On Sunday there is not BOE
if (weekdays(today) == "Sunday") {
today <- today - 1
}
sumario <- retrieve_sumario(today)
url_publications(sumario[1:10, ])}
Site built with pkgdown 2.0.6.
Template rostemplate by dieghernan, based on Bootstrapious.