Learn R Programming

shinyAce (version 0.4.3)

get_arg_help: Retrieve argument documentation from help document

Description

Retrieve argument documentation from help document

Usage

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

Value

A character vector of help

Arguments

...

arguments passed to get_help_file

args

function arguments names to get documentation for

Examples

Run this code
shinyAce:::get_arg_help("match", package = "base", args = c("table", "nomatch"))

Run the code above in your browser using DataLab