-
Notifications
You must be signed in to change notification settings - Fork 177
/
_pkgdown.yml
127 lines (116 loc) · 3.45 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
122
123
124
125
126
url: https://business-science.github.io/tidyquant/
template:
bootstrap: 5
bootswatch: lux
params:
ganalytics: G-20GDZ5LL77
navbar:
bg: primary
title: tidyquant
left:
- icon: fa-home
href: index.html
- text: Start
href: articles/TQ00-introduction-to-tidyquant.html
- text: Articles
href: articles/index.html
menu:
- text: Getting Started
- text: Introduction to Tidyquant
href: articles/TQ00-introduction-to-tidyquant.html
- text: Core Functions in Tidyquant
href: articles/TQ01-core-functions-in-tidyquant.html
- text: Quant Integrations in Tidyquant
href: articles/TQ02-quant-integrations-in-tidyquant.html
- text: Scaling and Modeling with Tidyquant
href: articles/TQ03-scaling-and-modeling-with-tidyquant.html
- text: Charting with Tidyquant
href: articles/TQ04-charting-with-tidyquant.html
- text: Performance Analysis with Tidyquant
href: articles/TQ05-performance-analysis-with-tidyquant.html
- text: Excel Integrations in R
href: articles/TQ06-excel-in-r.html
- text: API
href: reference/index.html
menu:
- text: API Functions
href: reference/index.html
- text: News
href: news/index.html
- 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")
- starts_with("tq_fund")
- subtitle: API Keys
contents:
- starts_with("quandl")
- contains("api")
- title: Financial Analysis
desc: Functions for performing various financial analyses.
- 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
desc: Functions providing Excel-like functionality.
- subtitle: Pivot Table, VLOOKUP, & Sum-Ifs
desc: Common functions for Excel power-users.
contents:
- pivot_table
- VLOOKUP
- ends_with("_IFS")
- subtitle: Summary Functions
desc: Functions returning a single value from a vector of values.
contents:
- SUM
- subtitle: Mutation Functions
desc: Functions returning multiple values from a vector.
contents:
- ABS
- subtitle: Date & Time Functions
desc: Functions providing date and time functionality.
contents:
- HOLIDAY_SEQUENCE
- subtitle: Financial Functions
desc: Common financial calculations 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")
repo:
url:
home: https://github.com/business-science/tidyquant
source: https://github.com/business-science/tidyquant/blob/master/
issue: https://github.com/business-science/tidyquant/issues/