Use this function to get help on a topic of interest
get_help(topic = NULL, browser = FALSE)
A topic whose introverse quick docs to look up
Whether to display in browser. By default, when in an RStudio session, it is displayed in the Viewer pane
invisible topic
# \dontrun{
# Get help with the `filter()` function from `{dplyr}`
get_help("dplyr")
#>
#>
#> I think you want to get help for the category dplyr?
#> Run this instead to see all topics in this category
#> that you can get help for: show_topics("dplyr")
#>
# }