extract_nested_field {yfinancer} | R Documentation |
Extract a specific field from nested structures
Description
Extract a specific field from nested structures
Usage
extract_nested_field(col_data, field_name, is_numeric = TRUE)
Arguments
col_data |
List column data |
field_name |
Field name to extract |
is_numeric |
Whether the field is numeric |
Value
Vector of extracted values
[Package yfinancer version 0.1.3 Index]