View source: R/epe4md_fatores_publicacao.R
epe4md_fatores_publicacao | R Documentation |
Altera fatores para facilitar entendimento em publicações
epe4md_fatores_publicacao(dados)
dados |
data.frame. Base de dados para ser alterada. |
data.frame com nomes dos segmentos alterados.
dados <- tibble::tibble(
fonte_resumo = c("comercial_bt",
"comercial_at_remoto",
"comercial_at",
"residencial_remoto",
"residencial")
)
fatores <- epe4md_fatores_publicacao(dados)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.