Remove your logging history.

dance_remove()

Value

Either TRUE if the log was removed or FALSE if the log does not exist (invisibly).

Examples

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