dance_report: Copy the log to your clipboard.

Description Usage Arguments Examples

View source: R/dance.R

Description

Copy the log to your clipboard.

Usage

1

Arguments

...

Developer options.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Not run: 

# Start recording
dance_start(value = TRUE)

# Execute some expressions
"Hello!"
4 + 4

# Stop recording
dance_stop()

# Assign a base64 encoded tibble of your log to a variable
report_code <- dance_report()
substr(report_code, 1, 10)

## "WAoAAAADAA"

nchar(report_code)

## 397432

## End(Not run)

matahari documentation built on March 26, 2020, 7:35 p.m.