dwww Home | Show directory contents | Find package

# with and without title

    Code
      pillar(add_special(10^(1:6)))
    Output
      <pillar>
        <dbl>
           10
          100
         1000
        10000
       100000
      1000000
           NA
         -Inf
          Inf
    Code
      pillar(add_special(10^(1:6)), title = "crayon")
    Output
      <pillar>
       crayon
        <dbl>
           10
          100
         1000
        10000
       100000
      1000000
           NA
         -Inf
          Inf
    Code
      pillar(add_special(10^(1:6)), title = "short")
    Output
      <pillar>
        short
        <dbl>
           10
          100
         1000
        10000
       100000
      1000000
           NA
         -Inf
          Inf
    Code
      pillar(add_special(10^(1:6)), title = "somewhat_wider")
    Output
      <pillar>
      somewhat_wider
               <dbl>
                  10
                 100
                1000
               10000
              100000
             1000000
                  NA
                -Inf
                 Inf
    Code
      pillar(add_special(10^(1:6)), title = "exactly_fifteen")
    Output
      <pillar>
      exactly_fifteen
                <dbl>
                   10
                  100
                 1000
                10000
               100000
              1000000
                   NA
                 -Inf
                  Inf
    Code
      pillar(add_special(10^(1:6)), title = "absolutely_breaking_all_sensible_boundaries",
      width = 18)
    Output
      <pillar>
      absolutely_break~1
                   <dbl>
                      10
                     100
                    1000
                   10000
                  100000
                 1000000
                      NA
                    -Inf
                     Inf

Generated by dwww version 1.15 on Thu May 23 02:13:43 CEST 2024.