tests/testthat/_snaps/cache-with-r-cache.md

cached expressions are displayed propperly

Code
  cache_info[, c("n", "size", "last_modified", "activated")]
Output
    n size last_modified activated
  1 0    0          -Inf     FALSE
Code
  cache_info[, c("n", "size", "activated")]
Output
    n size activated
  1 1    0      TRUE
Code
  cache_info[, c("n", "size", "activated")]
Output
    n size activated
  1 2    0      TRUE


Try the styler package in your browser

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

styler documentation built on Aug. 29, 2023, 5:10 p.m.