1

I have this code (insignificant):

where(is.double)

In which package is the where helper inserted?

I don't want to load dplyr. I want something like this:

dplyr::where(is.double)

How to do this?

neves
  • 796
  • 2
  • 10
  • 36
  • 3
    It is in `tidyselect` – akrun Sep 26 '22 at 15:19
  • 1
    In case anyone wants to know how to find it: `tidyselect::vars_select_helpers:::where()`. Thanks @akrun. – neves Sep 26 '22 at 15:24
  • 1
    @neves That isn’t valid R syntax. ;-) I think you meant `tidyselect::vars_select_helpers$where()`. – Konrad Rudolph Sep 26 '22 at 15:28
  • @KonradRudolph You're right. In the Rstudio script, `tidyselect::vars_select_helpers:::where()` appears, but when run it doesn't work. Thanks for the correction. – neves Sep 26 '22 at 15:32

0 Answers0