@@ -24,9 +24,9 @@ Our short introduction to `tidyquant` on
2424# Features of tidyquant
2525
2626` tidyquant ` integrates the best resources for collecting and analyzing
27- financial data, ` zoo ` , ` xts ` , ` quantmod ` , ` TTR ` , and
27+ financial data using ` zoo ` , ` xts ` , ` quantmod ` , ` TTR ` , and
2828` PerformanceAnalytics ` , with the tidy data infrastructure of the
29- ` tidyverse ` allowing for seamless interaction between each. You can now
29+ ` tidyverse ` allows for seamless interaction between each. You can now
3030perform complete financial analyses in the ` tidyverse ` .
3131
3232- ** A few core functions with a lot of power**
@@ -46,7 +46,7 @@ perform complete financial analyses in the `tidyverse`.
4646
4747## One-Stop Shop for Serious Financial Analysis
4848
49- With ` tidyquant ` all the benefits add up to one thing: * a one-stop shop
49+ With ` tidyquant ` , all the benefits add up to one thing: * a one-stop shop
5050for serious financial analysis!*
5151
5252### Core Functions
@@ -60,7 +60,7 @@ for serious financial analysis!*
6060
6161- ** Manipulating Financial Data: ` tq_transmute() ` and ` tq_mutate() ` ** .
6262 Integration for many financial functions from ` xts ` , ` zoo ` ,
63- ` quantmod ` ,` TTR ` and ` PerformanceAnalytics ` packages. ` tq_mutate() ` is
63+ ` quantmod ` , ` TTR ` and ` PerformanceAnalytics ` packages. ` tq_mutate() ` is
6464 used to add a column to the data frame, and ` tq_transmute() ` is used
6565 to return a new data frame which is necessary for periodicity changes.
6666
@@ -88,7 +88,7 @@ investment in various stocks would perform.
8888### Evaluating Portfolio Performance
8989
9090Ok, stocks are too easy. What about portfolios? With the
91- ` PerformanceAnalytics ` integration, visualizing blended portfolios are
91+ ` PerformanceAnalytics ` integration, visualizing blended portfolios is
9292easy too!
9393
9494- Portfolio 1: 50% FB, 25% AMZN, 25% NFLX, 0% GOOG
@@ -133,7 +133,7 @@ to speed quickly:
133133 ` tidyquant ` ] ( https://business-science.github.io/tidyquant/articles/TQ04-charting-with-tidyquant.html )
134134- [ TQ05 - Performance Analysis with
135135 ` tidyquant ` ] ( https://business-science.github.io/tidyquant/articles/TQ05-performance-analysis-with-tidyquant.html )
136- - [ Blog Article: Excel in R - Pivot Tables , VLOOKUPs, and
136+ - [ Blog Article: Excel in R - PivotTables , VLOOKUPs, and
137137 more!] ( https://www.business-science.io/finance/2020/02/26/r-for-excel-users.html )
138138
139139# Want to Learn tidyquant?
@@ -162,4 +162,4 @@ to speed quickly:
162162
163163 - ** Shiny Financial Analysis with Tidyquant API & Excel Pivot
164164 Tables** - Learn how to use the new Excel Functionality to make
165- Pivot Tables, VLOOKUPs, Sum-If’s , and more!
165+ Pivot Tables, VLOOKUPs, SUMIFs , and more!
0 commit comments