R/get_annex.R

Defines functions get_annex

Documented in get_annex

#' @title Attachments of reports by sphere of government
#' @description Refers to the annexes to each of the reports/statements grouped
#' by sphere of government
#' @param verbose is a logical. Enable verbose mode. Default is \code{FALSE}
#' @return \code{tibble}
#' @examples
#' \dontrun{
#' get_annex()
#' }
#' @export

get_annex <- function(verbose = FALSE) {
  request(type = "anexos-relatorios", query = NULL, verbose = verbose)
}
aspeddro/siconfir documentation built on March 27, 2023, 7:51 p.m.