Skip to content

Allow for space in anonymous functions starting with a left parenthesis  #311

@prosoitos

Description

@prosoitos

Example

function(x) (mean(x) + 3) / 4

Error

Remove spaces before the left parenthesis in a function call.

Of course, ~ (mean(.) + 3) / 4, which is so much nicer, solves the problem 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions