#' Information about the municipality of Bage
#'
#' Function returns various information about the municipality of Bage, such as name and codes of corresponding, meso, micro, intermediate and immediate regions of the municipality, among others
#'
#' @export
#' @family general area functions
#' @examples \dontrun{
#'
#' library(geobage)
#'
#' c <- read_info_bg()
#'
#' }
read_info_bg <- function(){
objeto <- geobr::lookup_muni(code_muni=4301602)
objeto
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.