fo_unnest_tag: Function Operator To Unnest Context and List Tags

View source: R/group_by.R

fo_unnest_tagR Documentation

Function Operator To Unnest Context and List Tags

Description

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.


paullemmens/todoRtxt documentation built on May 19, 2023, 3:21 p.m.