playwith.history {playwith}R Documentation

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

if (interactive()) {
    playwith.history()
}

[Package playwith version 0.9-53 Index]