Get the log as a data frame

dance_tbl()

Value

Either a data frame containing your logged history or NULL if there is no log.

Examples

# NOT RUN {
dance_start()
"Hello!"
4 + 4
dance_stop()
dance_tbl()
# }