Skip to content

Allow piping of data #5

@jonocarroll

Description

@jonocarroll

Include resolution of magrittr pipes (%>%) prior to evaluating the ggplot() call for data capture.

Goal:

p %g<% dat %>% ggplot(aes(x, y))

The name could be captured from the lhs of %>% for storage. If used in a complete pipeline, this may not have a valid name, so some care should be taken about what to use.

Admittedly, this is less likely to be used than just ggplot(dat, aes(x, y)) but pipeline-compatibility would be good.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions