Nothing
Code
# Full
print(trace, simplify = "none", dir = dir, srcrefs = srcrefs)
Output
x
1. +-base::eval()
2. \-rlang (local) `<fn>`(`<gtvrErrr>`)
Code
# Focused
print_focused_trace(trace, dir = dir, srcrefs = srcrefs)
Output
x
1. +-base::eval()
2. \-rlang (local) `<fn>`(`<gtvrErrr>`)
Code
# Branch
print(trace, simplify = "branch", dir = dir, srcrefs = srcrefs)
Output
1. base::eval()
2. rlang (local) `<fn>`(`<gtvrErrr>`)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.