View source: R/meta_add_total.R
meta_add_total | R Documentation |
Add duplicate data to enable a total group
meta_add_total(meta, total = "Total")
meta |
A metalite object. |
total |
A character value of total group name. |
A metadata object with a total group added.
x <- meta_add_total(meta_example())
# A `Total` group is added
table(x$data_population$TRTA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.