powered by
str_out
str_desc builds formatted string from a list of complex values.
str_desc
str_fun extracts and formats a function signature. It typically formats the output capture.output(args(object)).
str_fun
capture.output(args(object))
str_out(x, max = 3L, quote = is.character(x), use.names = FALSE, sep = ", ") str_desc(object, exdent = 0L) str_fun(object)
str_desc(object, exdent = 0L)
str_fun(object)
x
max
"..."
NAME=VAL, ...
x <- letters[1:10] str_out(x) str_out(x, 8) str_out(x, Inf) str_out(x, quote=FALSE) str_fun(install.packages)
Run the code above in your browser using DataLab