get_perm_colnames: extract colnames

Description Usage Arguments Value Examples

Description

This function extract colnames from a pollyvote container.

Usage

1

Arguments

pv

[character(1)]
the name ID of the pollyvote object, defaults to 'pollyvote'.

Value

character containing colnames stored in pv.

Examples

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)

pollyvote/pollyvoter documentation built on May 25, 2019, 11:23 a.m.