-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
52 lines (46 loc) · 1 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
url: https://ssi-dk.github.io/SCDB/
template:
bootstrap: 5
authors:
Statens Serum Institut, SSI:
href: http://ssi.dk
html: >-
<img src="https://www.ssi.dk/assets/images/ssi-logo-optimeret.svg"
alt="SSI" height="64" style="margin-bottom: 0.5em; margin-top: 1.5em;" />
reference:
- title: Connect and retrieve data
contents:
- get_connection
- close_connection
- id
- get_tables
- get_table
- get_schema
- table_exists
- schema_exists
- title: Create or manage tables
contents:
- create_table
- create_index
- create_logs_if_missing
- update_snapshot
- filter_keys
- Logger
- LoggerNull
- title: Manipulate tables
contents:
- slice_time
- joins
- unite.tbl_dbi
- interlace
- title: Query table information
contents:
- is.historical
- nrow
- title: Developer functions
contents:
- db_locks
- db_timestamp
- defer_db_cleanup
- digest_to_checksum
- unique_table_name