-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
34 lines (34 loc) · 1009 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: metatargetr
Title: Retrieve and Parse Meta Ad Targeting Data
Version: 0.0.5
Authors@R:
c(person("Fabio", "Votta", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID")),
person("Philipp", "Mendoza", , "[email protected]", role = c("aut"),
comment = c(ORCID = "YOUR-ORCID-ID")))
Description: The metatargetr package provides tools for retrieving, parsing, and analyzing advertising targeting data from Meta’s Ad Library and Audience Tab.
License: MIT + file LICENSE
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
magrittr,
glue,
dplyr,
purrr,
jsonlite,
stringr,
tibble,
httr,
rvest,
readr,
tidyr,
httr2
Suggests:
OpenImageR,
testthat (>= 3.0.0),
arrow,
quarto
URL: https://github.com/favstats/metatargetr, https://favstats.github.io/metatargetr/
BugReports: https://github.com/favstats/metatargetr/issues