process_timeseries_data {yfinancer} | R Documentation |
Process timeseries data from the fundamentals-timeseries endpoint
Description
Process timeseries data from the fundamentals-timeseries endpoint
Usage
process_timeseries_data(result_data, pretty = TRUE, wide = TRUE)
Arguments
result_data |
List of timeseries results |
pretty |
Format column names to be more readable (default TRUE) |
wide |
Return data in wide format with dates as columns (default TRUE). If FALSE, returns data in long format with a date column. |
Value
A tidy tibble with processed timeseries data
[Package yfinancer version 0.1.3 Index]