Closed statisfactions closed 4 years ago
variables(x1 = ~ 2 + rnorm(10)) %>% gen(1)
produces the following warning message:
Warning message: `cols` is now required. Please use `cols = c(sim_cell)`
This apparently is an issue coming out of unnest(), according to this Rstudio forum discussion.
unnest()
produces the following warning message:
This apparently is an issue coming out of
unnest()
, according to this Rstudio forum discussion.