View source: R/create_summary_df.R
create_summary_df | R Documentation |
Create a summary dataframe for use in a table
create_summary_df(data, years_in_sparklines = 3, pretty_round = TRUE)
data |
Dataframe of input data |
years_in_sparklines |
Number of years worth of data to include in sparkline |
pretty_round |
Logical; |
## Not run:
dash_data <- load_dash_data()
create_summary_df(data = filter_dash_data(c(
"A84423349V",
"A84423357V",
"A84423356T",
"A84423244X",
"A84423468K",
"pt_emp_vic"
)))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.