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 |
|
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.
Other jam practical functions:
breakDensity()
,
checkLightMode()
,
check_pkg_installed()
,
colNum2excelName()
,
color_dither()
,
diff_functions()
,
exp2signed()
,
fileInfo()
,
fixYellow()
,
getAxisLabel()
,
heads()
,
isFALSEV()
,
isTRUEV()
,
jamba
,
jargs()
,
kable_coloring()
,
lldf()
,
log2signed()
,
make_html_styles()
,
make_styles()
,
match_unique()
,
mergeAllXY()
,
middle()
,
minorLogTicks()
,
newestFile()
,
printDebug()
,
renameColumn()
,
rmInfinite()
,
rmNAs()
,
rmNA()
,
rmNULL()
,
sclass()
,
sdim()
,
setPrompt()
args(jargs)
jargs(jargs)
# retrieve parameters involving notes from imageByColors
jargs(imageByColors, "note")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.