.grepSysCalls | R Documentation |
A faster way of grepping the system call stack than just
grep(sys.calls(), pattern = "test")
.grepSysCalls(sysCalls, pattern)
sysCalls |
The return from |
pattern |
Character, passed to grep |
Numeric vector, equivalent to return from grep(sys.calls(), pattern = "test")
,
but faster if sys.calls()
is very big.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.