-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
78 lines (71 loc) · 1.71 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
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
url: https://birdscanada.github.io/naturecounts/
development:
mode: auto
template:
bootstrap: 5
bootswatch: sandstone
navbar:
bg: dark
structure:
left: [home, reference, articles, news]
right: [search, github]
components:
home:
icon: fa-home
href: index.html
reference:
- title: Learning about this package
contents:
- naturecounts-package
- title: Accessing Data
desc: |
Main functions of `naturecounts` for accessing data or counts or updating local metadata from the NatureCounts server
contents:
- nc_permissions
- nc_count
- nc_data_dl
- nc_metadata
- nc_requests
- nc_query_table
- nc_remove_cache
- title: Metadata
desc: Functions for returning metadata
contents: starts_with("meta_")
- title: Searching through Metadata
desc: Functions for searching through metadata
contents: starts_with("search_")
- title: Helper functions
desc: Functions for formating, cleaning or transforming downloaded data
contents:
- format_dates
- format_zero_fill
- map_canada
- grid_canada
- title: COSEWIC functions
desc: Functions for helping with COSEWIC assessments
contents:
- cosewic_ranges
- cosewic_plot
- title: Data
desc: Included example data sets
contents:
- bcch
- hofi
articles:
- title: Reference
desc: Reference articles for metadata codes and descriptions.
contents:
- '`region-codes`'
- '`species-codes`'
- title: Tutorials
desc: How-to articles describing common tasks
contents:
- '`data-access`'
- '`region-areas`'
- '`articles/region-spatial`'
- '`filtering-data`'
- '`articles/mapping-observations`'
- '`selecting-fields`'
- title: Formating
desc: How to format downloaded data
contents: '`format-zero-fill`'