assert {gtools} | R Documentation |
Defunct Functions in package gtools
Description
The functions or variables listed here are no longer part of package
gtools
.
Usage
assert(...)
capture(expression, collapse = "\n")
sprint(x, ...)
Arguments
expression , collapse , x , ... |
ignored |
Details
-
assert
is a defunct synonym forstopifnot
. -
addLast
has been replaced bylastAdd
, which has the same purpose but applied using different syntax. -
capture
andcapture.output
have been removed in favor ofcapture.output
from theutils
package.
See Also
Defunct
,
stopifnot
,
lastAdd
,
capture.output
[Package gtools version 3.9.5 Index]