Retrieve argument documentation from help document
get_arg_help(..., args = character())
Arguments passed on to get_help_file
function arguments names to get documentation for
A character vector of help
shinyAce:::get_arg_help("match", package = "base", args = c("table", "nomatch"))
#> table
#> "<p>vector or <code>NULL</code>: the values to be matched against. Long vectors are not supported."
#> nomatch
#> "<p>the value to be returned in the case when no match is found. Note that it is coerced to <code>integer</code>."