View source: R/agrupar_datas.R
agrupar_datas | R Documentation |
Subdivide as data em intervalos anuais, semestrais, trimestrais ou mensais.
agrupar_datas(
data_inicial = NULL,
data_final = NULL,
corte = c("anual", "semestral", "trimestral", "mensal"),
formato = "%d/%m/%Y"
)
data_inicial |
Data inicial dd/mm/aaaa |
data_final |
Data final dd/mm/aaaa |
corte |
Informar se anual, semestral, trimestral ou mensal. |
formato |
Formato de retorno. Default para dd/mm/aaaa. |
tibble com duas colunas com data inicial e final
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.