tests/testthat/_snaps/helpers.md

log failure

Code
  capture.output(log_failure(foobar))
Condition
  Error:
  ! object 'foobar' not found

log with separator

Code
  log_with_separator(42)
Output
  INFO ===========================================================================
  INFO = 42                                                                      =
  INFO ===========================================================================
Code
  log_with_separator(42, separator = "|")
Output
  INFO |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  INFO | 42                                                                      |
  INFO |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||


Try the logger package in your browser

Any scripts or data that you put into this service are public.

logger documentation built on Oct. 30, 2024, 9:24 a.m.