-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
50 lines (43 loc) · 1.13 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
url: https://matthewjrogers.github.io/rairtable
destination: "./docs"
template:
params:
bootswatch: cosmo
# package: preferably
# params:
# package: preferably
navbar:
title: "rairtable"
left:
- icon: fa-home fa-lg
href: index.html
- text: "Functions"
href: reference/index.html
right:
- icon: fab fa-github
href: https://github.com/matthewjrogers/rairtable
# articles:
# - title: "Getting Started"
# desc: >
# These vignettes provide an introduction to visualizing MCMC draws and
# diagnostics and performing graphical posterior predictive checks using
# the **bayesplot** package.
# contents:
# - plotting-mcmc-draws
# - visual-mcmc-diagnostics
# - graphical-ppcs
reference:
- title: "Setup and Access"
desc: >
Functions for setting up a connection to airtable
contents:
- set_airtable_api_key
- airtable
- title: "CRUD Functions"
desc: >
Functions for create-read-update-delete (CRUD) functionality in Airtable
contents:
- read_airtable
- insert_records
- update_records
- delete_records