playwith (version 0.9-54)

playwith.history: Session history for playwith

Description

A basic history of plot calls in playwith, like history.

Usage

playwith.history(max.show = 100, ...)

Arguments

max.show
maximum number of history items to show.
...
ignored.

Details

The returned history is a combination of the stored session history (stored in playwith:::.PlaywithEnv$history and the current history for all open playwith windows.

See Also

playwith

Examples

Run this code
if (interactive()) {
    playwith.history()
}

Run the code above in your browser using DataLab