-
Notifications
You must be signed in to change notification settings - Fork 5
/
_pkgdown.yml
49 lines (45 loc) · 1.51 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
url: https://lvaudor.github.io/glitter/
template:
bootstrap: 5
authors:
Lise Vaudor:
href: https://perso.ens-lyon.fr/lise.vaudor/
reference:
- title: "Main functions"
desc: "These are the core functions of the glitter package."
- contents:
- spq_add
- spq_init
- spq_perform
- title: "General handling of query"
desc: "These functions must be used to build the query before it is sent to the SPARQL endpoint. They detail the query and might lighten it e.g. through e.g. spq_head() or spq_summarise(), which might prove useful or even necessary to agree with the server's limits. On the other hand, their dplyr counterparts (filter(), select(), arrange(), mutate(), summarise()) apply to the table obtained as the result of the query."
- contents:
- starts_with("spq")
- usual_endpoints
- usual_prefixes
- title: "Syntax auxiliaries"
desc: "These functions help translate R syntax into SPARQL language"
- contents:
- starts_with("is_")
- set_functions
- title: Wikidata
contents:
- wd_properties
- title: "Debugging"
- contents:
- spq_assemble
navbar:
components:
articles:
text: Articles
menu:
- text: Get started with Wikidata
href: articles/glitter_for_Wikidata.html
- text: Explore a new database
href: articles/explore.html
- text: glitter for dataBNF
href: articles/glitter_for_dataBNF.html
- text: Bibliometry with HAL (French)
href: articles/glitter_bibliometry.html
- text: Learn more about how glitter works
href: articles/internals.html