dance_stop {matahari}R Documentation

Stop Spying

Description

Pause the current logging session.

Usage

dance_stop()

Value

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

Examples

## Not run: 
# Begin recording your R session.
dance_start()

# Each expression adds a row to the tibble that tracks the execution of
# your R code.
x <- 7
x * 4

# This stops recording your R session.
dance_stop()

## End(Not run)

[Package matahari version 0.1.3 Index]