dance_stop: Stop Spying

Description Usage Value Examples

View source: R/dance.R

Description

Pause the current logging session.

Usage

1

Value

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## 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)

jhudsl/matahari documentation built on Feb. 21, 2020, 9:06 p.m.