Not sure if this is intended behavior, bug or feature? ``` r library(dcmodify) modify_so( data.frame(x = 10) , if (NULL) x <- 1 ) ``` ## x ## 1 1