get_arg_help {shinyAce} | R Documentation |
Retrieve argument documentation from help document
Description
Retrieve argument documentation from help document
Usage
get_arg_help(..., args = character())
Arguments
... |
Arguments passed on to |
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"))
[Package shinyAce version 0.4.2 Index]