Description Usage Arguments Value Examples
This function extract colnames from a pollyvote container.
1  | 
pv | 
 [  | 
character containing colnames stored in pv.
1 2 3 4 5  | pv = create_pollyvote(perm_countries = "D")
data("polls_individual")
pv = add_data(pv, newdata = polls_individual, country = "D", region = "national", 
              source_type = "poll", election = "BTW")
get_perm_colnames(pv)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.