powered by
Save the log as an rds file.
dance_save(path)
The path to the rds file.
# 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") # }
Run the code above in your browser using DataLab