| 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
-  assertis a defunct synonym forstopifnot.
-  addLasthas been replaced bylastAdd, which has the same purpose but applied using different syntax.
-  captureandcapture.outputhave been removed in favor ofcapture.outputfrom theutilspackage.
See Also
Defunct,
stopifnot,
lastAdd,
capture.output
[Package gtools version 3.9.5 Index]