dance_save: Save the log as an rds file.

Description Usage Arguments Examples

View source: R/dance.R

Description

Save the log as an rds file.

Usage

1
dance_save(path)

Arguments

path

The path to the rds file.

Examples

 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)

jhudsl/matahari documentation built on Feb. 21, 2020, 9:06 p.m.