get_polls: Collects poll data from Berlingske

Description Usage Arguments Value Source Examples

View source: R/get_functions.R

Description

Collects poll data from Berlingske

Usage

1
get_polls(year = lubridate::year(Sys.Date()))

Arguments

year

is the year you want data for

Value

A data frame containing a year of polling data

Source

http://www.politiko.dk/barometeret

Examples

1
2
3
4
5
## Not run: 
library(pollsDK)
p <- get_polls()

## End(Not run)

mikkelkrogsholm/pollsDK documentation built on May 17, 2019, 9:13 a.m.