#' Tempo em label
#' @name tempo_lab
#' @description Função que retorna um vetor de tempos
#' @param vetor vetor de tempos em anos
#'
#' @export
tempo_lab <- function(vetor) {
purrr::map_chr(vetor, tempo_lab_one)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.