-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
31 lines (31 loc) · 1.05 KB
/
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
Package: rfacebookstat
Type: Package
Title: Load Data from Facebook API Marketing
Version: 2.11.0
Authors@R:
c(person(given = "Alexey",
family = "Seleznev",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0410-7385")))
Maintainer: Alexey Seleznev <[email protected]>
Description: Load data by campaigns, ads, ad sets and insights, ad account and business manager
from Facebook Marketing API into R. For more details see official documents by Facebook
Marketing API <https://developers.facebook.com/docs/marketing-apis/>.
Depends: R (>= 3.5.0)
BugReports: https://github.com/selesnow/rfacebookstat/issues
Imports:
httr,
jsonlite,
dplyr,
purrr,
tidyr (>= 1.0.0),
stringr,
tidyselect,
pbapply
URL: https://selesnow.github.io/rfacebookstat/, https://www.youtube.com/playlist?list=PLD2LDq8edf4pItOb-vZTG5AXZK2niJ8_R
License: MIT + file LICENSE
Suggests: knitr, rmarkdown
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr