Learn R Programming

matahari (version 0.1.3)

dance_report: Copy the log to your clipboard.

Description

Copy the log to your clipboard.

Usage

dance_report(...)

Arguments

...

Developer options.

Examples

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

Run the code above in your browser using DataLab