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
.
an optional character string to separate the results. Not
NA_character_
.