Description Usage Value Examples
Pause the current logging session.
1 |
TRUE
if logging was taking place, otherwise FALSE
(invisibly).
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.