Learn R Programming

matahari (version 0.1.3)

dance_save: Save the log as an rds file.

Description

Save the log as an rds file.

Usage

dance_save(path)

Arguments

path

The path to the rds file.

Examples

Run this code
# 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