knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

wtmr

Lifecycle: experimental

wtmr is a helper package to access, update, parse and analyze Who Targets Me data.

Installation

You can install the development version of wtmr from GitHub with:

remotes::install_github("WhoTargetsMe/wtmr")

Examples

library(wtmr)

Establishing a connection:

wtm_con <- wtm_connect()

Retrieving data:

wtm_imps <- wtm_impressions(from = "2021-07-10")


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