View source: R/output_term_labels.R
output_term_labels | R Documentation |
The data.frame is assumed to be have been constructed with
ModelMatrix()
functionality using the formula
parameter.
output_term_labels(x)
x |
data.frame |
vector of term labels
formula_term_labels()
, tables_by_formulas()
out <- model_aggregate(SSBtoolsData("magnitude1"),
formula = ~eu:sector4 + geo * sector2,
sum_vars = "value",
avoid_hierarchical = TRUE)
out
term_labels <- output_term_labels(out)
term_labels
cbind(term_labels, out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.