-
Notifications
You must be signed in to change notification settings - Fork 9
/
_pkgdown.yml
58 lines (54 loc) · 1.19 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
title: patentsview
template:
params:
bootswatch: united
reference:
- title: The API client
contents:
- search_pv
- title: Convenience objects for search_pv
contents:
- get_endpoints
- get_fields
- fieldsdf
- title: Writing queries with the DSL
contents:
- qry_funs
- with_qfuns
- title: Manipulating patentsview data
contents:
- unnest_pv_data
- get_ok_pk
- cast_pv_data
- retrieve_linked_data
navbar:
components:
queries:
text: "Writing queries"
icon: fa-pencil
href: articles/writing-queries.html
examples:
text: "Examples"
icon: fa-code
href: articles/examples.html
applications:
text: "Applications"
icon: fa-bar-chart
menu:
- text: "Top assignees"
icon: fa-university
href: articles/top-assignees.html
- text: "Citation networks"
icon: fa-long-arrow-left
href: articles/citation-networks.html
structure:
left: [intro, queries, examples, applications, news]
right: [reference, search, github, lightswitch]
extra_packages:
- visNetwork
- igraph
- highcharter
- dplyr
- DT
- magrittr
- stringr