R/paste_muni_uf.R

Defines functions paste_muni_uf

#' Title
#'
#' @param munic
#' @param uf
#'
#' @return
#' @export
#'
#' @examples
paste_muni_uf <- function(munic, uf) {
  paste0(munic, " (", uf, ")")
}
gabrielzanlorenssi/nexo.utils documentation built on Oct. 28, 2023, 12:35 p.m.