-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy path_pkgdown.yml
More file actions
45 lines (37 loc) · 837 Bytes
/
_pkgdown.yml
File metadata and controls
45 lines (37 loc) · 837 Bytes
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
url: https://odbc.r-dbi.org
template:
bootstrap: 5
template: tidytemplate
includes:
in_header: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
development:
mode: auto
authors:
Oliver Gjoneski:
href: https://github.com/detule
reference:
- title: DBI methods
contents:
- 'dbConnect,OdbcDriver-method'
- 'dbListTables,OdbcConnection-method'
- 'DBI-tables'
- title: Database-specific helpers
contents:
- databricks
- 'Microsoft SQL Server-class'
- 'Oracle-class'
- redshift
- snowflake
- title: ODBC configuration
contents:
- starts_with("odbc")
- isTempTable
- quote_value
articles:
- title: Articles
navbar:
contents:
- setup
- benchmarks
- develop