h | R Documentation |
Show full command history.
h(max.show = Inf, reverse = TRUE, ...)
max.show |
the number of previous commands to show (default is entire log). |
reverse |
whether to show lines in reverse order (not useful when there are continuation lines). |
... |
passed to |
Shorthand notation for history()
with improved support for Emacs ESS.
The base history
function returns an error inside an Emacs session. As
a workaround, this function checks if it is run from inside Emacs and if that
is the case, it calls file.show
to show the ‘.Rhistory’ file
(ignoring both max.show
and reverse
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.