You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gives an error. Is this by design? I can't find a test for this.
mutate(iris, x= identity(NULL))
## Error in eval(substitute(expr), envir, enclos) : ## Unsupported type NILSXP for column "x"
mutate(iris, x=NULL)
## (works as expected)