# 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
# }
Run the code above in your browser using DataLab