powered by
Esta funcion agrega datos a una tabla MySQL utilizando endpoints que esperan datos en formato JSON.
agregar_datos_unicos(data)
No retorna ningun valor.
Un data frame con los datos a insertar.
if (FALSE) { # Agregar datos unicos noticias <- extraer_noticias_max_res("tesla", max_results=10, fuentes="bbcl", subir_a_bd = FALSE) agregar_datos_unicos(noticias) }
Run the code above in your browser using DataLab