Return the history of RevBayes code submitted with doRev() and similar functions

getRevHistory()

Value

lines - character. A vector of the line-by-line Revticulate history

Examples

if (FALSE) {
getRevHistory()

cat(getRevHistory(), sep="\n")
}