-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_pkgdown.yml
46 lines (43 loc) · 1.05 KB
/
_pkgdown.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
title: completejourney
url: https://bradleyboehmke.github.io/completejourney
template:
params:
bootswatch: spacelab
home:
strip_header: true
navbar:
type: default
left:
- text: Articles
icon: fas fa-book
menu:
- text: User Guide
href: articles/completejourney.html
- text: Reference
icon: fa-file-code-o
href: reference/index.html
- text: News
icon: fa-newspaper-o
href: news/index.html
right:
- text: GitHub
icon: fa-github fa-lg
href: https://github.com/bradleyboehmke/completejourney
reference:
- title: Datasets
desc: A complete list of package datasets
contents:
- '`campaigns`'
- '`campaign_descriptions`'
- '`coupons`'
- '`coupon_redemptions`'
- '`demographics`'
- '`products`'
- '`promotions_sample`'
- '`transactions_sample`'
- title: Data importing
desc: Download full promotions and transactions data sets
contents:
- '`get_promotions`'
- '`get_transactions`'
- '`get_data`'