Closed markfairbanks closed 1 year ago
pacman::p_load(tidytable) expand_grid(x = 1:3, unique = 1:3) #> Error in (function (..., sorted = TRUE, unique = FALSE) : formal argument "unique" matched by multiple actual arguments
This can be fixed by switching to vec_expand_grid().
vec_expand_grid()
This can be fixed by switching to
vec_expand_grid()
.