-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
98 lines (96 loc) · 2.35 KB
/
Copy path_pkgdown.yml
File metadata and controls
98 lines (96 loc) · 2.35 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
url: https://cgiachalis.github.io/storr.tiledb/
template:
bootstrap: 5
bootswatch: zephyr
bslib:
base_font:
google: Rubik
heading_font:
google: Roboto Slab
primary: '#090D14'
link-color: '#1C4BC4ED'
code-color: '#5D4311'
text-decoration-color: '#151B21'
body-color: '#1B222B'
home:
sidebar:
structure:
- links
- project
- license
- community
- citation
- authors
- dev
components:
project:
title: Related Software
text: |
[R6.TileDB](https://cgiachalis.github.io/R6.tiledb/) <br>
[TileDB-R](https://tiledb-inc.github.io/TileDB-R/) <br>
[TileDB Embedded](https://github.com/TileDB-Inc/TileDB)
navbar:
title: storr.tiledb
left:
- text: ~
href: index.html
icon: fa-home fa-lg
aria-label: storr.tiledb
- text: Get Started
href: articles/storr-tiledb.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: storr.tiledb
- text: API Usage
href: articles/api.html
- text: Data Model
href: articles/data-model.html
- text: ' FAQ'
href: articles/faq.html
- text: News
href: news/index.html
reference:
- title: Storr Interface
desc: |
The storr interface is built on top of the R6 class system which provides the
framework for managing content-addressable storage with TileDB. The key
function to interact with a storr is `storr_tiledb()`. Additional
functionality is provided for managing TileDB fragments as well as convenient
storr utilities.
- subtitle: Storr
desc: |
Key functions to work with a 'storr' or creating a TileDB driver.
contents:
- storr_tiledb
- storr_timetravel
- driver_tiledb
- subtitle: Storr Management
desc: |
Utilities for Storr management.
contents:
- storr_copy
- storr_move
- storr_rename
- subtitle: Fragment Management
desc: |
Functionality to inspect and manage TileDB fragments.
contents:
- storr_fragments
- storr_consolidate
- storr_vacuum
- subtitle: Re-exported Functions
contents:
- reexports
- title: R6 Classes
desc: |
R6 classes that represent the storr interface and TileDB driver.
These are internal objects and should not be used directly.
contents:
- CAS
- TileDBDriver
- TileDBStorr
- TimeTravelDriver
- StorrFragments
- StorrTimeTravel