Retrieve argument documentation from help document

get_arg_help(..., args = character())

Arguments

...

Arguments passed on to get_help_file

args

function arguments names to get documentation for

Value

A character vector of help

Examples

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>."