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)
}

Try the siconfir package in your browser

Any scripts or data that you put into this service are public.

siconfir documentation built on Jan. 15, 2023, 5:09 p.m.