Description Usage Arguments Examples
Copy the log to your clipboard.
1 |
... |
Developer options. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## Not run:
# Start recording
dance_start(value = TRUE)
# Execute some expressions
"Hello!"
4 + 4
# Stop recording
dance_stop()
# Assign a base64 encoded tibble of your log to a variable
report_code <- dance_report()
substr(report_code, 1, 10)
## "WAoAAAADAA"
nchar(report_code)
## 397432
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.