process_calendar_field {yfinancer} | R Documentation |
Process a nested field and add it to the tibble
Description
Process a nested field and add it to the tibble
Usage
process_calendar_field(tbl, field_data, prefix, is_array = FALSE, index = NULL)
Arguments
tbl |
The tibble to update |
field_data |
The nested field data |
prefix |
The prefix to use for column names |
is_array |
Whether the field is an array (TRUE) or single value (FALSE) |
index |
Optional index for array elements |
Value
Updated tibble with processed field data
[Package yfinancer version 0.1.3 Index]