handleArgsText | R Documentation |
Handles a list or list of lists, converting to human-readable text format
handleArgsText(
argTextA,
name = "",
col1 = "mediumpurple2",
col2 = "mediumaquamarine",
colT = "dodgerblue3",
colF = "red1",
colNULL = "grey60",
lightMode = NULL,
Crange = getOption("jam.Crange"),
Lrange = getOption("jam.Lrange"),
adjustRgb = getOption("jam.adjustRgb"),
indent = "",
useCollapseList = ",\n ",
useCollapseBase = ", ",
level = 1,
debug = 0,
useColor = TRUE,
verbose = FALSE,
...
)
argTextA |
object passed by |
name |
|
col1 , col2 , colT , colF , colNULL |
|
lightMode |
|
Crange |
|
Lrange |
|
adjustRgb |
|
indent |
|
useCollapseList |
|
useCollapseBase |
|
level |
|
debug |
|
useColor |
|
verbose |
|
... |
Additional arguments are ignored. |
This function is a rare non-exported function intended to be called by
jargs()
, but separated in order to help isolate the logical
steps required.
character
vector including ANSI coloring when available.
Other jam internal functions:
jamCalcDensity()
,
make_html_styles()
,
make_styles()
,
smoothScatterJam()
cat(paste0(handleArgsText(formals(graphics::hist.default)), "\n"), sep="")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.