-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
45 lines (43 loc) · 1.15 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
url: ~
template:
bootstrap: 5
reference:
- title: "Functions for pulling court data"
desc: "These functions are for pulling and manipulating Oklahoma district court data scraped from OSCN.net and ODCR.net."
contents:
- ojo_civ_cases
- ojo_crim_cases
- ojo_eviction_cases
- ojo_add_counts
- ojo_add_minutes
- ojo_add_issues
- ojo_add_party_details
- ojo_search_minutes
- ojo_collect
- title: "Functions to help aid with analysis"
desc: "These include some other helpful functions you might use in your analysis."
contents:
- ojo_color
- ojo_fill
- ojo_pal
- ojo_theme
- ojo_county_population
- ojo_fiscal_year
- title: "Database management functions"
desc: "These functions allow you to look at and interact with the OJO database's structure."
contents:
- ojo_list_schemas
- ojo_list_tables
- ojo_list_vars
- ojo_case_types
- ojo_show_row
- title: "'Behind the scenes' functions"
desc: "These are the most basic / fundamental functions in the package. Generally, we shouldn't need to use them directly."
contents:
- ojo_connect
- ojo_tbl
- ojo_query
- ojo_check_ssl
- ojo_auth
- ojo_env
- ojo_version