Description Usage Arguments Examples
Save the log as an rds file.
1 | dance_save(path)
|
path |
The path to the rds file. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Not run:
# Start recording
dance_start(value = TRUE)
# Execute some expressions
"Hello!"
4 + 4
# Stop recording
dance_stop()
# Save your log locally
dance_save("session.rds")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.