tests/testthat/_snaps/format_asis.md

output test

Code
  pillar(I(1:3))
Output
  <pillar>
  <I<int>>
         1
         2
         3
Code
  pillar(I(list(1, 1:2, 1:3)))
Output
  <pillar>
  <I<list>>
  <dbl [1]>
  <int [2]>
  <int [3]>


Try the pillar package in your browser

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

pillar documentation built on March 31, 2023, 10:19 p.m.