add_paras | R Documentation |
The function joins the parameter table to the 'paras' element of an index table object.
add_paras(data, para_tbl, by)
data |
a |
para_tbl |
a tibble or data frame object with parameter of variables |
by |
a single column name (support tidyselect) in the 'para_tbl' that maps to the variable name in the data |
an index object
init(gggi) |> add_paras(gggi_weights, by = "variable")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.