Skip to content

Urgent bugfix: correctly sort data prep when using nested runners #17

@robertzk

Description

@robertzk
munge(data, list(stagerunner, mungepiece, mungepieces))

will be OK but

munge(data, list(mungepiece1, stagerunner, mungepiece2))

will give the wrong result and attach list(mungepieces_from_stagerunner, mungepiece1, mungepiece2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions