#' presupuestochile: Download JSON files from 'presupuestoabierto.gob.cl'.
#'
#' This package has been designed to download and consolidate JSON files from the
#' webpage 'presupuestoabierto.gob.cl'.
#'
#' @docType package
#' @name presupuestochile
#'
#' @return Return a data set with all the information of recipients of public resources per year.
#'
#' @examples
#' \dontrun{
#' descargar_datos_receptor(c("70005600-7","81591900-9"),c(2016,2017,2018,2019),val=TRUE)
#' }
#' \dontrun{
#' descargar_datos_region(region=12,c(2016,2017,2018,2019,2020))
#' }
"_PACKAGE"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.