Skip to content

Better output for "reexports" help page #765

@krlmlr

Description

@krlmlr

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions