wtm_impressions: Get WTM impressions data

View source: R/data.R

wtm_impressionsR Documentation

Get WTM impressions data

Description

Connect to database and retrieve (latest) WTM impressions data

Usage

wtm_impressions(
  only_political = T,
  from,
  cntry = "DE",
  file_path = NULL,
  save_path = NULL,
  parse = F
)

Arguments

only_political

whether only political impressions should be retrieved (defaults to TRUE)

from

the date (as chr) from which you want impressions data

cntry

from what countr(ies) do you want political data (defaults to "DE"). Can take vectors too.

file_path

If specified already present data will be updated

save_path

If specified data will be

parse

When TRUE data will be parsed

Value

returns a tibble with requested data


WhoTargetsMe/wtmr documentation built on July 7, 2022, 3:32 p.m.