Pause the current logging session.

dance_stop()

Value

TRUE if logging was taking place, otherwise FALSE (invisibly).

Examples

# NOT RUN {
dance_start()
"Hello!"
4 + 4
x <- 7
x^2
rm(x)
x
dance_stop()
# }