bcrp_get | R Documentation |
Create a tibble from BCRP data
bcrp_get(.link = NULL)
.link |
Url from https://estadisticas.bcrp.gob.pe/estadisticas/series/ |
Read table from links of BCRP data, and convert into tibbles.
A list with data from BCRP links
Jhon Flores Rojas
library(rvest) library(purrr) library(PeruData) down_load <- c( "https://estadisticas.bcrp.gob.pe/estadisticas/series/mensuales/resultados/PN01270PM/html" , "https://estadisticas.bcrp.gob.pe/estadisticas/series/mensuales/resultados/PN01308PM/html" ) dfs <- bcrp_get(down_load) dfs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.