This function saves repetition by currying tidyr::unnest_wider with default parameters names_repair = "universal", names_sep = "_".

tun(data, col)

Arguments

data

The data frame to be unnested.

col

The column name to be unnested as string.

Value

The data frame data with column col replaced by its unnested components.