-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
65 lines (59 loc) · 1.11 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
template:
params:
bootswatch: flatly
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right:
- github
- twitter
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
github:
icon: fa-github fa-lg
href: https://github.com/jhrcook/jhcutils
twitter:
icon: fab fa-twitter fa-lg
href: https://twitter.com/JoshDoesa
reference:
- title: general utilities
contents:
- '`minmax`'
- '`n_perm`'
- '`n_unique`'
- '`vsample`'
- '`tidy_colnames`'
- '`unique_na`'
- '`u_pull`'
- '`str_replace_us`'
- '`str_replace_sp`'
- title: styling
contents:
- '`show_palette`'
- title: for 'tidygraph'
contents:
- '`filter_component_size`'
- '`get_giant_component`'
- '`recursive_graph_join`'
- '`num_qual_neighbors`'
- '`get_node_index`'
- '`quick_forestfire`'
- '`quick_barabasi`'
- '`quick_graph`'
- title: package utilities
contents:
- '`document_df`'
- title: internal
contents:
- '`prep_node_names`'