Show the list of topic categories

show_categories()

Value

Prints out available topic categories

Examples

# \dontrun{
show_categories()
#> "base"
#> "datasets"
#> "dplyr"
#> "forcats"
#> "ggplot2"
#> "glue"
#> "magrittr"
#> "operators"
#> "readr"
#> "stringr"
#> "tibble"
#> "tidyr"
#> "tidyselect"
# }