forked from ropensci/patentsview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
80 lines (76 loc) · 1.98 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
77
78
79
80
url: https://docs.ropensci.org/patentsview/index.html
title: patentsview
template:
bootstrap: 5
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
- retrieve_linked_data
navbar:
components:
changes:
text: "API Changes"
icon: fa-flag
menu:
- text: "2025 API Changes"
icon: fa-exclamation
href: articles/api-changes.html
- text: "Converting an Existing Script"
icon: fa-sync
href: articles/converting-an-existing-script.html
- text: "Result Set Paging"
icon: fa-book
href: articles/result-set-paging.html
- text: "Understanding the API"
icon: fa-school
href: articles/understanding-the-api.html
starting:
text: "Getting started"
icon: fa-play
href: articles/getting-started.html
queries:
text: "Writing queries"
icon: fa-pencil
href: articles/writing-queries.html
applications:
text: "Applications"
icon: fa-bar-chart
menu:
- text: "Examples"
icon: fa-code
href: articles/examples.html
- text: "Top assignees"
icon: fa-university
href: articles/top-assignees.html
- text: "Citation networks"
icon: fa-long-arrow-left
href: articles/citation-networks.html
- text: ropensci announcement
icon: fa-bullhorn
href: articles/ropensci-blog-post.html
structure:
left: [intro, changes, starting, queries, examples, applications, news]
right: [reference, search, github, lightswitch]
extra_packages:
- visNetwork
- igraph
- highcharter
- dplyr
- DT
- magrittr
- stringr