-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
72 lines (71 loc) · 1.68 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
reference:
- title: "Basic usage and sync"
desc: >
Basic functionality for downloading ICEWS data from dataverse.
contents:
- icews
- dr_icews
- update_icews
- download_icews
- download_docs
- read_icews
- query_icews
- title: "Setup and options"
desc: >
Setup and check option values.
contents:
- setup_icews
- get_icews_opts
- unset_icews_opts
- dataverse_api_token
- title: "Interacting with DVN"
desc: >
Working with DVN
contents:
- get_doi
- get_dvn_manifest
- download_file
- title: "Interacting with the database"
desc: >
Helpers for interacting with the database, if used.
contents:
- find_db
- connect
- query_icews
- list_source_files
- get_db_state
- read_icews
- sync_db_with_files
- title: "Interacting with local raw data files"
desc: >
Working with local copies of the data files
contents:
- find_raw
- list_local_files
- get_local_state
- download_icews
- read_events_tsv
- read_icews
- title: "Data helpers"
desc: >
Various helpers for working with the ICEWS event data
contents:
- connect
- query_icews
- read_icews
- icews_to_gwcode
- title: "Data"
desc: >
Package data, including a sample of the ICEWS event data.
contents:
- cameo_codes
- goldstein_mappings
- icews_sample
- title: "Cleaning up"
desc: >
Destructive functions to remove all or portions of the data and database.
contents:
- burn_it_down
- purge_db
- purge_data_files
- remove_db