This repository was archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
62 lines (60 loc) · 1.44 KB
/
Copy path_pkgdown.yml
File metadata and controls
62 lines (60 loc) · 1.44 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: github
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: Getting Census data
href: articles/getting-census-data.html
- text: Getting Property Transfer Tax data
href: articles/getting-ptt-data.html
github:
icon: fa-github fa-lg
href: https://github.com/bcgov/housing-data-challenge-ruby
reference:
- title: App helpers
desc: Functions used within the Shiny app.
contents:
- '`app_server`'
- '`app_ui`'
- '`run_app`'
- '`Jumbotron`'
- '`PlotlyChartAnnotation`'
- '`PlotlyChartTitle`'
- '`ValueBox`'
- title: Datasets
desc: Datasets used within Shiny app.
contents:
- '`ptt_dr_sf`'
- '`ptt_mun_sf`'
- '`ptt_prov_dash`'
- '`ptt_rd_sf`'
- title: Boundaries
desc: Boudaries (shape files) used in Shiny app for mapping the PTT data.
contents:
- '`shapes_dr`'
- '`shapes_mun`'
- '`shapes_rd`'
- title: Getting data
desc: Functions used in scripts that generate the app datasets from raw data.
contents:
- '`AddTransactionPeriodColumns`'
- '`GetJoinedPp`'
- '`JoinPttShapes`'
- '`SplitBySeparator`'
- '`WranglePttData`'
- '`WrangleShapeFiles`'