Skip to content

NULL guard? (if (NULL) x <- 1 results in x <-1  #14

@edwindj

Description

@edwindj

Not sure if this is intended behavior, bug or feature?

library(dcmodify)
modify_so( data.frame(x = 10)
         , if (NULL)  x <- 1
         )
##   x
## 1 1

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