Save the log as an rds file.

dance_save(path)

Arguments

path

The path to the rds file.

Examples

# NOT RUN {
dance_start()
"Hello!"
4 + 4
dance_stop()
dance_save("session.rds")
# }