| playwith.history {playwith} | R Documentation |
A basic history of plot calls in playwith, like history.
playwith.history(max.show = 100, ...)
max.show |
maximum number of history items to show. |
... |
ignored. |
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.
if (interactive()) {
playwith.history()
}