diff_functions | R Documentation |
Compare two functions line by line using diff
diff_functions(
f1,
f2,
width = NULL,
wide = TRUE,
trim_whitespace = FALSE,
verbose = FALSE,
...
)
f1 |
|
f2 |
|
width |
|
wide |
|
trim_whitespace |
|
verbose |
|
... |
additional arguments are ignored. |
This function is a utility wrapper around linux commandline
tool diff
, used to compare the text representation of two
R functions.
None. This function is called for its output, which
can be captured with utils::capture.output()
.
Other jam practical functions:
breakDensity()
,
checkLightMode()
,
check_pkg_installed()
,
colNum2excelName()
,
color_dither()
,
exp2signed()
,
fileInfo()
,
fixYellow()
,
getAxisLabel()
,
handleArgsText()
,
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()
diff_functions(base::grepl, base::agrepl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.