forked from duckdb/duckdb-r
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
58 lines (55 loc) · 1.48 KB
/
Copy path_pkgdown.yml
File metadata and controls
58 lines (55 loc) · 1.48 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
# Handbook: handbook/operations/site/README.md
url: https://r.duckdb.org/
template:
bootstrap: 5
light-switch: true
authors:
Hannes Mühleisen:
href: "http://hannes.muehleisen.org/"
Mark Raasveldt:
href: "https://mytherin.github.io/"
Kirill Müller:
href: "https://krlmlr.info/"
reference:
- title: Getting started
desc: >
One-line entry points for running a query or grabbing a throwaway
in-memory connection.
contents:
- sql_query
- default_conn
- title: Driver
desc: >
Create or reuse a DuckDB database instance and the driver object passed to
`dbConnect()`.
contents:
- duckdb
- duckdb_driver
- title: Connection
desc: >
The DBI connection to a DuckDB database and its methods.
contents:
- duckdb_connection
- title: Result
desc: >
The object returned by a query, used to fetch rows and column metadata.
contents:
- duckdb_result
- title: Interfaces
desc: >
Integrations with other parts of the R ecosystem: the dplyr/dbplyr backend,
registering data frames and Arrow data as tables, reading CSV files, and
inspecting query plans.
contents:
- backend-duckdb
- duckdb_register
- duckdb_register_arrow
- duckdb_read_csv
- duckdb_explain-class
- title: Storage locations
desc: >
Where DuckDB writes extensions, stored secrets, and temporary files, and
how to choose those locations so that nothing is written outside the
session's temporary directory unless you opt in.
contents:
- duckdb_storage