I was trying to reexport `where()` for my package that uses tidyselect, but the function isn't currently exported in v1.1.0. ``` r library(tidyselect) tidyselect::where #> Error: 'where' is not an exported object from 'namespace:tidyselect' ```
I was trying to reexport
where()for my package that uses tidyselect, but the function isn't currently exported in v1.1.0.