process_nested_cols {yfinancer}R Documentation

Process nested columns in a tibble

Description

Process nested columns in a tibble

Usage

process_nested_cols(tibble, prefix = NULL)

Arguments

tibble

A tibble potentially containing nested column structures like format/raw/longFmt pairs or min/avg/max values

prefix

Optional prefix for the created columns. If NULL, uses the column name followed by the appropriate suffix (Raw, Fmt, LongFmt, Min, Avg, Max)

Value

A processed tibble with nested structures appropriately unnested


[Package yfinancer version 0.1.3 Index]