Skip to content

Commit

Permalink
#225 fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Nov 15, 2022
1 parent ce0c37c commit 56a379e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/TQ03-scaling-and-modeling-with-tidyquant.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ data("FANG")
FANG
```

Second, use `group_by` to group by stock symbol. Third, apply the mutation. We can do this in one easy workflow. The `periodReturns` function is applied to each group of stock prices, and a new data frame was returned with the annual returns in the correct periodicity.
Second, use `group_by` to group by stock symbol. Third, apply the mutation. We can do this in one easy workflow. The `periodReturn` function is applied to each group of stock prices, and a new data frame was returned with the annual returns in the correct periodicity.

```{r}
FANG_returns_yearly <- FANG %>%
Expand Down

0 comments on commit 56a379e

Please # to comment.