Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Jul 22, 2024
1 parent b09146a commit c579385
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
5 changes: 3 additions & 2 deletions R/graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ reactlogReset <- function() {

#' @describeIn reactlog Adds "mark" entry into the reactlog stack. This is
#' useful for programmatically adding a marked entry in the reactlog, rather
#' than using your keyboard's key combination. For example, we can _mark_ the
#' reactlog at the beginning of an `observeEvent`'s calculation:
#' than using your keyboard's key combination.
#'
#' For example, we can _mark_ the reactlog at the beginning of an
#' `observeEvent`'s calculation:
#' ```r
#' observeEvent(input$my_event_trigger, {
#' # Add a mark in the reactlog
Expand Down
16 changes: 10 additions & 6 deletions man/reactlog.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c579385

Please sign in to comment.