Description Usage Arguments Value
View source: R/summary_tables.R
Creates summary table for a given city
1 2 3 4 5 6 7 8 | criar_tabela_municipio(
df_ano_atual,
df_ano_anterior,
mes_atual,
municipio,
colunas = NA,
csv_output = NA
)
|
df_ano_atual |
A dataframe. |
df_ano_anterior |
A dataframe. |
mes_atual |
An integer between 1 and 12. |
municipio |
A character string with the city name. |
colunas |
A character vector with the column names of the output dataframe. |
csv_output |
A character string with the csv output path. Optional. |
A dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.