Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better output for "reexports" help page #765

Closed
krlmlr opened this issue Jul 30, 2018 · 1 comment
Closed

Better output for "reexports" help page #765

krlmlr opened this issue Jul 30, 2018 · 1 comment
Labels
feature a feature request or enhancement namespace 👩‍🚀
Milestone

Comments

@krlmlr
Copy link
Member

krlmlr commented Jul 30, 2018

Example from dplyr:

magrittr

> %>%

tibble

> data_frame, data_frame_, as_data_frame, lst, lst_, add_row, type_sum, glimpse, frame_data, tribble, tibble, as_tibble, trunc_mat, tbl_sum

tidyselect

> contains, ends_with, everything, matches, num_range, one_of, starts_with

I assumed alphabetic order and clicked on "tibble" when I wanted to click "tribble". Perhaps we could turn this into a bullet list, ordered alphabetically and grouped by help page?

magrittr

    - %>%

tibble

    - add_row
    - as_tibble, as_data_frame
    - data_frame, data_frame_, lst, lst_, tibble
    - tbl_sum
    - tribble, frame_data
    - trunc_mat
    - type_sum, glimpse, 

tidyselect

    - contains, ends_with, everything, matches, num_range, one_of, starts_with

CC @TSchiefer.

@hadley hadley added feature a feature request or enhancement namespace 👩‍🚀 labels Jul 20, 2019
@hadley hadley added this to the v6.2.0 milestone Aug 22, 2019
@hadley hadley closed this as completed in 357e042 Sep 19, 2019
@hadley
Copy link
Member

hadley commented Sep 19, 2019

I looked into this a bit — it's not too hard to do, but it's a bit fiddly and requires looking up the alias, and I don't think it's particularly important. So I'm going to settle for just ordering alphabetically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement namespace 👩‍🚀
Projects
None yet
Development

No branches or pull requests

2 participants