process_chart_quarterly {yfinancer} | R Documentation |
Process quarterly data from earnings or financials chart
Description
Process quarterly data from earnings or financials chart
Usage
process_chart_quarterly(
chart_data,
field_name,
result_name,
result_tibbles = list()
)
Arguments
chart_data |
The chart data containing quarterly information |
field_name |
The field name to extract from the chart data |
result_name |
The name to use in the result tibbles list |
result_tibbles |
The list of result tibbles to update |
Value
Updated result_tibbles list with processed data
[Package yfinancer version 0.1.3 Index]