Learn R Programming

Revticulate (version 1.0.0)

getRevHistory: Get Revticulate History

Description

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

Usage

getRevHistory()

Arguments

Value

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

Examples

Run this code
# NOT RUN {
getRevHistory()

cat(getRevHistory(), sep="\n")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab