forked from business-science/tidyquant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
122 lines (113 loc) · 3.57 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
template:
bootstrap: 5
# bslib:
# base_font:
# google: Roboto
# heading_font:
# google: Montserrat
# code_font:
# google: "JetBrains Mono"
params:
bootswatch: flatly
ganalytics: UA-76139189-2
navbar:
title: "tidyquant"
left:
- text: "Home"
href: index.html
- text: "Getting Started"
href: articles/TQ00-introduction-to-tidyquant.html
- text: "Tutorials"
href: articles/index.html
menu:
- text: 'Financial Workflow'
- text: "Introduction to tidyquant"
href: articles/TQ00-introduction-to-tidyquant.html
- text: "Core functions"
href: articles/TQ01-core-functions-in-tidyquant.html
- text: "Quantitative integrations"
href: articles/TQ02-quant-integrations-in-tidyquant.html
- text: "Scaling and modeling"
href: articles/TQ03-scaling-and-modeling-with-tidyquant.html
- text: "Charting"
href: articles/TQ04-charting-with-tidyquant.html
- text: "Performance analysis"
href: articles/TQ05-performance-analysis-with-tidyquant.html
- text: '---'
- text: 'Excel Users'
- text: "Excel in R"
href: articles/TQ06-excel-in-r.html
- text: "API Reference"
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fab fa-github
href: https://github.com/business-science/tidyquant
reference:
- title: Financial APIs
desc: Functions for getting financial data from various API sources.
- subtitle: Get Data from APIs
contents:
- starts_with("tq_get")
- starts_with("tq_index")
- starts_with("tq_exchange")
- subtitle: API Keys
contents:
- starts_with("quandl")
- contains("api")
- title: Financial Analysis
- subtitle: Quantitative Transformations
desc: Functions for mutating quantitative data.
contents:
- starts_with("tq_mutate")
- starts_with("tq_transmute")
- subtitle: Portfolio Aggregation
desc: Functions for aggregating 1 or more portfolios.
contents:
- starts_with("tq_portfolio")
- subtitle: Performance Analytics
desc: Functions for performing various financial performance analyses.
contents:
- starts_with("tq_performance")
- subtitle: Charting with ggplot2
desc: Functions for creating `ggplots` for financial charting.
contents:
- starts_with("geom_")
- starts_with("theme_")
- starts_with("palette_")
- starts_with("scale_")
- starts_with("coord_")
- title: Excel
- subtitle: Pivot Table, VLOOKUP, & Sum-Ifs
desc: These __Power-Excel Functions__ provide common functionality that power-users coming from Excel use frequently.
contents:
- "pivot_table"
- "VLOOKUP"
- ends_with("_IFS")
- subtitle: Summary Functions
desc: These functions return a __single value__ from a vector of values
contents:
- SUM
- subtitle: Mutation Functions
desc: These functions return a vector of __multiple values__ the length of the input vector
contents:
- ABS
- subtitle: Date & Time Functions
desc: These functions provide `lubridate` (__date & date-time__) and `timeDate` (__Business Calendar Holiday__) functionality
contents:
- HOLIDAY_SEQUENCE
- subtitle: Financial Functions
desc: These functions provide common financial calcuations from Excel
contents:
- NPV
- title: Data Sets
contents:
- FANG
- title: Tidyquant
desc: Package level information.
contents:
- starts_with("tidyquant")
- title: Deprecated
contents:
- starts_with("deprecated")