-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
76 lines (64 loc) · 1.49 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://traitecoevo.github.io/austraits/
home:
title: An R package for accessing the AusTraits database
description: Explore and wrangle curated database of plant traits of Australian flora
development:
mode: release
template:
bootswatch: litera
bootstrap: 5
reference:
- title: Accessing and exploring the database
- contents:
- load_austraits
- starts_with("get_")
- summarise_database
- starts_with("lookup_")
- title: Filter from the database
- contents:
- starts_with("extract")
- title: Join data to traits table
- contents:
- starts_with("join")
- title: Reshape traits table
- contents:
- starts_with("trait_pivot")
- starts_with("join")
- ends_with("trait_values")
- title: Reshape database(s)
- contents:
- as_wide_table
- flatten_database
- bind_databases
- title: Quick data visualisations
desc: Plot site or variance distributions
- contents:
- starts_with("plot")
- title: Helpful functions
- contents:
- starts_with("convert")
- print.traits.build
navbar:
structure:
left:
- home
- intro
- reference
- news
right: [search, github]
components:
home:
icon: fas fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
intro:
text: Get Started
href: articles/austraits.html
news:
text: News
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/traitecoevo/austraits/