-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
Milestone
Description
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.