powered by
The function joins the parameter table to the `paras` element of an index table object.
add_paras(data, para_tbl, by)
an index object
a idx_tbl object
idx_tbl
a tibble or data frame object with parameter of variables
a single column name (support tidyselect) in the `para_tbl` that maps to the variable name in the data
init(gggi) |> add_paras(gggi_weights, by = "variable")
Run the code above in your browser using DataLab