View source: R/extraer_noticias_max_res_bbcl.R
extraer_noticias_max_res_bbcl | R Documentation |
Esta funcion permite realizar una extraccion automatizada de noticias de BioBio.cl entregando como parametro una cantidad maxima de resultados.
extraer_noticias_max_res_bbcl(search_query, max_results = NULL)
search_query |
Una frase de busqueda (obligatoria). |
max_results |
Cantidad maxima de resultados (opcional). |
Un dataframe con las noticias extraidas.
## Not run:
noticias <- extraer_noticias_fecha_bbcl("inteligencia artificial", "2025-01-01",
"2025-02-24")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.