tidyquant
is to
bridge the gap between the best quantitative resources for collecting and
manipulating quantitative data, xts
, quantmod
and TTR
,
and the data modeling workflow and infrastructure of the tidyverse
.
tidyquant
functions and supporting data sets are
provided to seamlessly combine tidy tools with existing quantitative
analytics packages. The main advantage is being able to use tidy
functions with purrr for mapping and tidyr for nesting to extend modeling to
many stocks. See the tidyquant website for more information, documentation
and examples.Users will probably be interested in the following:
tq_get
tq_transform
and tq_mutate
as_tibble
and as_xts
To learn more about tidytext, start with the vignettes:
browseVignettes(package = "tidyquant")