powered by
f_args is a wrapper of the base function args.
f_args
args
f_sig prints the name and arguments of one or several functions in a readable style. It wraps the function sig::sig.
f_sig
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.
p_sig
sig::list_sigs
f_args(..., char = NULL)f_sig(..., char = NULL)p_sig(..., char = NULL, pattern = NULL)
f_sig(..., char = NULL)
p_sig(..., char = NULL, pattern = NULL)
any format recognized by cnsc, except list. A vector of unquoted "functions" or characters.
cnsc
(name to) a character vector. Use this argument if ... fails or if you call the function from another function. If used, argument ... is ignored.
...
a regular expression. See the example.
# NOT RUN { f_args(mean, p_display) f_sig( mean, p_display) library(brew) library(sos) p_sig(brew) p_sig(RWsearch, sos, pattern = "^f") # }
Run the code above in your browser using DataLab