-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
76 lines (67 loc) · 1.95 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
72
73
74
75
76
url: https://scotgovanalysis.github.io/RtoSQLServer
template:
bootstrap: 5
bslib:
base_font: {google: "Roboto"}
development:
mode: auto
authors:
Tom Wilson:
html: "Tom Wilson \
<a href='mailto:thomas.wilson@gov.scot'>\
<i class='fas fa-envelope' aria-hidden='true'></i>\
<span class='visually-hidden'>Email Tom Wilson></span></a> \
<a href='https://github.com/tomwilsonsco'>\
<i class='fab fa-github' aria-hidden='true'></i>\
<span class='visually-hidden'>Tom Wilson GitHub profile></span></a>"
Scottish Government:
html: "Scottish Government \
<a href='mailto:statistics.enquiries@gov.scot'>\
<i class='fas fa-envelope' aria-hidden='true'></i>\
<span class='visually-hidden'>Email Scottish Government></span></a>\
\
<a href='https://github.com/scotgovanalysis'>\
<i class='fab fa-github' aria-hidden='true'></i>\
<span class='visually-hidden'>Scottish Government GitHub profile></span>\
</a>"
sidebar:
roles: [cre, aut]
footer:
roles: [cph]
text: "Developed by the"
navbar:
components:
articles:
text: Articles
menu:
- text: Get started
href: articles/RtoSQLServer.html
- text: Read table with column or row filtering
href: articles/read_filter.html
- text: Table loading method description
href: articles/load_method.html
- text: Why use this package?
href: articles/why_use.html
reference:
- title: Write
contents:
- write_dataframe_to_db
- title: Read
contents:
- read_table_from_db
- title: Modify
contents:
- add_column
- delete_table_rows
- drop_column
- drop_table_from_db
- rename_table
- rename_column
- title: Metadata
contents:
- db_table_metadata
- show_schema_tables
- title: Database other
contents:
- create_sqlserver_connection
- execute_sql