f_args {RWsearch} | R Documentation |
Names and Arguments of Functions
Description
f_args
is a wrapper of the base function args
.
f_sig
prints the name and arguments of one or several functions in a readable
style. It wraps the function sig::sig
.
p_sig
prints the name and arguments of the functions exported by one or
several packages. It wraps the function sig::list_sigs
.
Usage
f_args(..., char = NULL)
f_sig(..., char = NULL)
p_sig(..., char = NULL, pattern = NULL)
Arguments
... |
any format recognized by |
char |
(name to) a character vector. Use this argument if
|
pattern |
a regular expression. See the example. |
Examples
f_args(mean, p_display)
f_sig( mean, p_display)
library(brew)
library(sos)
p_sig(brew)
p_sig(RWsearch, sos, pattern = "^f")
[Package RWsearch version 5.1.4 Index]