-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
110 lines (110 loc) · 2.8 KB
/
_pkgdown.yml
File metadata and controls
110 lines (110 loc) · 2.8 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
template:
bootstrap: 5
bslib:
primary: "#0ea5e9"
success: "#22c55e"
warning: "#f59e0b"
danger: "#ef4444"
base_font: {google: "Inter"}
heading_font: {google: "Inter Tight"}
code_font: {google: "JetBrains Mono"}
bootswatch: NULL
bg: "#ffffff"
fg: "#212529"
enable-dark-mode: true
url: https://temuulene.github.io/mongolstats/
development:
mode: auto
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
intro:
text: Getting Started
href: articles/getting-started.html
articles:
text: Articles
menu:
- text: Discovering Public Health Data
href: articles/discovery.html
- text: Spatial Epidemiology with mongolstats
href: articles/mapping.html
- text: Mortality Seasonality Analysis
href: articles/mortality-analysis.html
- text: ----
- text: Case Studies
- text: Environmental Analysis
href: articles/environmental-surveillance.html
- text: UB District Analysis
href: articles/ub-health-environment.html
github:
icon: fab fa-github
aria-label: GitHub
href: https://github.com/temuulene/mongolstats
home:
title: mongolstats
description: Tidy access to NSO statistics via PXWeb and boundaries (sf) with tidyverse-style helpers.
links:
- text: NSO PXWeb
href: https://data.1212.mn/pxweb/
sidebar:
structure: [links, license, community, citation, authors, dev]
opengraph:
image:
src: https://raw.githubusercontent.com/temuulene/mongolstats/main/man/figures/social.png
twitter:
creator: "@temuulen"
card: summary_large_image
articles:
- title: Guides
contents:
- getting-started
- discovery
- mapping
- mortality-analysis
- title: Case Studies (Requires API)
contents:
- environmental-surveillance
- ub-health-environment
reference:
- title: Discover Tables
contents:
- nso_itms
- nso_tables
- nso_itms_detail
- nso_variables
- nso_table_meta
- nso_dims
- nso_dim_values
- nso_itms_search
- nso_itms_by_sector
- nso_sectors
- nso_subsectors
- title: Fetch Data
contents:
- nso_data
- nso_package
- nso_search
- nso_query
- as_px_query
- nso_fetch
- title: Boundaries and Joins
contents:
- mn_boundaries
- mn_boundary_keys
- mn_boundaries_normalize
- mn_join_by_name
- mn_fuzzy_join_by_name
- title: Utilities
contents:
- nso_cache_enable
- nso_cache_disable
- nso_cache_clear
- nso_cache_status
- nso_period_seq
- nso_table_periods
- nso_options
- nso_rebuild_px_index
- nso_offline_enable
- nso_offline_disable