Skip to contents

One task may have multiple lists (+ prefix) or context (@). These are stored as vectors in a list column in the data frame with all tasks. This function operator can be used to modify existing function to ensure proper unnesting before applying other steps.

Usage

fo_unnest_tag(f, tag, ...)

Arguments

f

A function that needs to work on (nested) tags.

tag

A (bare) tibble variable for the column to unnest.

Value

f that first unnests one or more tag columns/variables before doing its regular work.