Use this function to get help on a topic of interest

get_help(topic = NULL, browser = FALSE)

Arguments

topic

A topic whose introverse quick docs to look up

browser

Whether to display in browser. By default, when in an RStudio session, it is displayed in the Viewer pane

Value

invisible topic

Examples

# \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")
#> 
# }