dwww Home | Show directory contents | Find package

# 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]>

Generated by dwww version 1.15 on Thu Jun 20 13:33:16 CEST 2024.