knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
wtmr
is a helper package to access, update, parse and analyze Who Targets Me data.
You can install the development version of wtmr
from GitHub with:
remotes::install_github("WhoTargetsMe/wtmr")
library(wtmr)
Establishing a connection:
wtm_con <- wtm_connect()
Retrieving data:
wtm_imps <- wtm_impressions(from = "2021-07-10")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.