-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
56 lines (56 loc) · 1.49 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
url: https://ketchbrookanalytics.github.io/fcall/
template:
bootstrap: 5
bootswatch: simplex
bslib:
base_font: {google: "Lora"}
theme: breeze-light
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
articles:
text: Articles
menu:
- text: Package Information
- text: Getting Started
href: articles/getting-started.html
- text: Data Structure
href: articles/data-structure.html
- text: -------
- text: Database
- text: "Connecting to the Database (via ODBC)"
href: articles/database.html
reference:
- title: "Primary Call Report Data Processing"
desc: "Primary functions for downloading & parsing Call Report data"
contents:
- download_data
- process_data
- compare_metadata
- title: "Secondary Call Report Data Processing"
desc: "Secondary functions for downloading & parsing Call Report data"
contents:
- compare_files_content
- get_codes_dict
- process_data_file
- process_metadata_file
- read_data_file
- title: "Package Datasets"
desc: "Lookup Table Dictionaries for Interpreting Codes"
contents:
- RCB__INV_CODE
- RCB2__AssetCodeRCB2
- RCB3__DebtMaturityCode
- RCF__LOANSTATUS
- RCF1__LOANSTATUS
- RCI2B__DerivCode
- RCI2C__ExposureCode
- RCI2D__DerivRMCode
- RCO__ASSET_CODE
- RCR3__RegCapCode
- RCR7__RegCapCode
- RID__CAP_CODE
- RIE1__ACLCode
- file_metadata