f_args | R Documentation |
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
.
f_args(..., char = NULL)
f_sig(..., char = NULL)
p_sig(..., char = NULL, pattern = NULL)
... |
any format recognized by |
char |
(name to) a character vector. Use this argument if
|
pattern |
a regular expression. See the example. |
f_args(mean, p_display)
f_sig( mean, p_display)
library(brew)
library(sos)
p_sig(brew)
p_sig(RWsearch, sos, pattern = "^f")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.