| calls.to.trace | R Documentation | 
Transforms a list returned by sys.calls into a vector of strings that looks like a result of traceback()
calls.to.trace(calls = sys.calls(), max.lines = 4)
| calls | a list of calls, e.g. returned by sys.calls | 
| max.lines | as in traceback() | 
a character vector with one element for each call formated in a similar fashion as traceback() does
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.