-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
23 lines (23 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
Package: FBadstats
Type: Package
Title: Analyze Facebook Ads Performance Data Exported From Ads Manager
Version: 0.1.5
Authors@R: as.person(c("Rick Pack <rick@impackt2solutions.com> [aut, cre]"))
BugReports: https://github.com/RickPack/FBadstats/issues
Description: FBadstats currently has only one function, *fbadGstats*. *fbadGstats* aggregates data in CSV files exported from Facebook Ads Manager and displays the best and worst performing breakdown groups for specified variables
(e.g., "Website Registrations Completed"). Can also display a bar graph showing the cost per desired event for the best breakdown groups along with a summary table
comparing those best performers to the data as a whole.
Depends: R (>= 3.1.0)
Imports: dplyr (>= 0.7.0),
readxl (>= 1.0.0),
readr (>= 1.1.1),
tidyverse (>= 1.1.1),
ggplot2 (>= 2.2.1),
gridExtra (>= 2.2.1),
stringr (>= 1.2.0)
License: GPL-3
LazyData: TRUE
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.1.0