Description Usage Arguments Details Value See Also
Aligns the "watch.code" data with the simplified "watch.data" by generating a copy of "watch.code" for each step of the evaluation, and indicating which line evaluation led to the corresponding state.
1 | expand_text(code, data)
|
code |
the deparsed code code matching the watch data |
data |
list watch data simplified with |
Probably should be made part of simplify_data()
. Not optimized.
data frame with the deparsed code repeated for each step of the
function evaluation, with the line that was just evaluated marked with a
TRUE in the highlight
column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.