Description Usage Arguments Details Value Examples
This function acts as a wrapper to the Iguana API, providing an easy access to the data through R.
This function show the sources available to request news in iguana api
1 2 3 4 5 6 7 8 | getNews(token, fonte, incerteza, datainicio, datafim, limite,
categoria = c("Cotidiano", "Educacao", "Esporte", "Poder", "Mundo",
"Ilustrada", "Mercado", "Ciencia", "Equilibrio", "Turismo", "BBC Brasil",
"Tec", "Podcasts", "Veiculos", "Colunistas", "Opiniao", "Comida", "Imoveis",
"Negocios", "Especial", "Equilibrio e Saude", "Ambiente", "Empregos",
"Folha Corrida"))
iguanaSources()
|
token |
A |
fonte |
PARAM_DESCRIPTION |
datainicio |
PARAM_DESCRIPTION |
datafim |
PARAM_DESCRIPTION |
categoria |
PARAM_DESCRIPTION |
DETAILS
OUTPUT_DESCRIPTION
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.