Skip to content

Support rlang dynamic dots  #4752

Closed
Closed
@mone27

Description

@mone27

At the moment ggplot is using base ..., and rlang dynamic dots are not supported https://rlang.r-lib.org/reference/dyn-dots.html.

I think this could be a good addition to ggplot as it add the support of:

  • splice arguments
  • name injection
  • ignoring trailing commands.
    At the same time it should not change the current features of ggplot.

The implantation should also be quite straightforward: replace list(...) with list2(...)

At the moment I can find that dynamic dots is supported only in guides.

If there is no reason in not having this feature I can try to make a PR for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions