urls_parsing: URLs Parsing

Description Usage Arguments Value Examples

View source: R/urls_parsing.R

Description

The website https://presidente.gob.mx/secciones/version-estenografica/ stores the URLs pointing to the stenographic versions of the presidential conferences in several pages. URLs stored in the page n, will be retrieved from the URL https://presidente.gob.mx/secciones/version-estenografica/page/n/

Usage

1

Arguments

page

A numeric value to be passed to call glue::glue('https://presidente.gob.mx/secciones/version-estenografica/page/{page}/').

Value

A character vector containing all the urls stored in the selected page.

Examples

1
2
3
4
5
# To retrieve all the URLs located in the page five in
# 'https://presidente.gob.mx/secciones/version-estenografica/page/5/',
# call:

urls <- urls_parsing(5)

alejandroxag/amloconf documentation built on Dec. 31, 2020, 7:41 p.m.