get_arg_help: Retrieve argument documentation from help document

View source: R/utils.R

get_arg_helpR Documentation

Retrieve argument documentation from help document

Description

Retrieve argument documentation from help document

Usage

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

Arguments

...

arguments passed 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"))


shinyAce documentation built on Oct. 19, 2024, 1:07 a.m.