Transform list of coalitions to vector by combining party names
paste_coalitions(coalitions, collapse = "_")
A list of coalitions for which coalition probabilities should
be calculated. Each list entry must be a vector of party names. Those names
need to correspond to the names in majority_df
.
Character string passed to base::paste
.