Retrieve usage section from help document
get_usage_help(...)
Arguments passed on to get_help_file
a character value representing the usage section of a help document, rendered as HTML
shinyAce:::get_usage_help("match", package = "base")
#> [1] " match(x, table, nomatch = NA_integer_, incomparables = NULL) x %in% table"