View source: R/agregar_datos_unicos.R
agregar_datos_unicos | R Documentation |
Esta funcion agrega datos a una tabla MySQL utilizando endpoints que esperan datos en formato JSON.
agregar_datos_unicos(data)
data |
Un data frame con los datos a insertar. |
No retorna ningun valor.
## Not run:
# Agregar datos unicos
noticias <- extraer_noticias_max_res("tesla", max_results=10, fuentes="bbcl", subir_a_bd = FALSE)
agregar_datos_unicos(noticias)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.