knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
O pacote pontejornalismo baixa e organiza notícias do jornal Ponte Jornalismo
Por ora, eu só implementei a leitura dos sumários das notícias, pois era só disso que eu precisava. Logo adiciono a leitura completa.
devtools::install_github("jjesusfilho/pontejornalismo")
library(pontejornalismo) dir.create("paginas") baixar_paginas_ponte("paginas") # baixará as dez primeiras páginas df <- ler_paginas_ponte(diretorio="paginas")
Please note that the 'pontejornalismo' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.