dplyr icon indicating copy to clipboard operation
dplyr copied to clipboard

Link to documentation of methods

Open mgirlich opened this issue 1 year ago • 3 comments

DBI has this nice feature of listing the installed methods and linking their help page (see the attached image). It would be great for other backends (e.g. dbplyr and dtplyr) if dplyr could do the same. This would help (at least a little) in issues such as https://github.com/tidyverse/dbplyr/issues/996.

image

mgirlich avatar Sep 09 '22 06:09 mgirlich

It already does. Is there a generic we're missing?

Screen Shot 2022-09-09 at 07 42 23

hadley avatar Sep 09 '22 12:09 hadley

Oh copy_to(), I guess.

hadley avatar Sep 14 '22 18:09 hadley

I found a couple that are missing:

  • copy_to()
  • db_*(), e.g. db_explain()
  • sql_*() e.g. sql_join()
  • rows_*()

mgirlich avatar Sep 20 '22 06:09 mgirlich

I'll leave db_* and sql_ as is since they're not user facing

hadley avatar Nov 17 '22 16:11 hadley