dwww Home | Show directory contents | Find package

# same pillar at different widths

    Code
      pillar(v, width = 4)
    Output
      NULL
    Code
      pillar(v, width = 7)
    Output
      <pillar>
        <dbl>
         1e-5
         1e-2
         1e+3
         1e+6
    Code
      pillar(v, width = 10)
    Output
      <pillar>
           <dbl>
            1e-5
            1e-2
            1e+3
            1e+6
    Code
      pillar(v, width = 15)
    Output
      <pillar>
              <dbl>
            0.00001
            0.01   
         1000      
      1000000      
    Code
      pillar(v, width = 22)
    Output
      <pillar>
              <dbl>
            0.00001
            0.01   
         1000      
      1000000      

Generated by dwww version 1.15 on Thu May 23 02:12:24 CEST 2024.