The R tidyquant package makes it easy to use common financial data analysis packages such as xts, zoo, and quantmod along with tidyverse data manipulation packages such as dplyr, tidyr, and purrr.
r's tidyquant package brings financial analysis to the tidyverse. The tidyquant package provides a convenient wrapper to various xts, zoo, quantmod and ttr package functions and returns the objects in the tidy tibble format. The main advantage is being able to use quantitative functions with the tidyverse functions including purrr, dplyr, tidyr, ggplot2, lubridate, etc. See the tidyquant website for more information, documentation and examples.