-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
73 lines (66 loc) · 1.96 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
url: https://wbdataset.dataobservatory.eu
template:
bootstrap: 5
bslib:
base_font: {google: "Roboto"}
heading_font: {google: "Roboto Slab"}
code_font: {google: "JetBrains Mono"}
home:
links:
- text: http://wbdataset.dataobservatory.eu
href: http://wbdataset.dataobservatory.eu
authors:
Daniel Antal:
href: https://reprex.nl/authors/daniel_antal/
Reprex:
href: https://reprex.nl/
html: <img src="https://reprex.nl/authors/admin/avatar_hud66277e7f64fbf44513e7a4881e2a94f_35557_270x270_fill_lanczos_center_2.png"
height="24" />
articles:
- title: "Wikidata Import"
desc: >
Our `dataset` R package aims to help the Findability, Accessibility, Interoperability,
and Reuse of digital assets, particularly datacubes and datasets used in statistics and data
analysis.
contents:
- wikidata_import
- Wikibase_API
- start
reference:
- title: "Importing"
desc: >
Work with DataSet objects that resemble the [W3C](https://www.w3.org/TR/vocab-data-cube/) and SDMX datacube model.
contents:
- get_wikidata_item
- get_property_definition
- get_claims
- left_join_column
- title: "Writing"
desc: >
Write to a Wikibase instance
contents:
- initialise_logfile
- create_item
- create_property
- add_statement
- add_id_statement
- title: "Copying"
desc: >
Copying from a Wikibase instance to another one. Currently only copying from
Wikidata works, which is a special instance that does not require authentication.
contents:
- copy_wikidata_property
- copy_wikidata_item
- title: "Replication Dataset"
desc: >
Pre-downloaded data for tutorials and examples.
contents:
- wikidata_countries_df
- title: "Utilities"
desc: >
Log in to a Wikibase instance, get CSRF tokens, basic exception handling.
contents:
- get_csrf
- get_csrf_token
- is_pid
- is_qid