dance_report {matahari}R Documentation

Copy the log to your clipboard.

Description

Copy the log to your clipboard.

Usage

dance_report(...)

Arguments

...

Developer options.

Examples

## 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)

[Package matahari version 0.1.3 Index]