dwww Home | Show directory contents | Find package

# does not truncate to a length shorter than elipsis

    Code
      str_trunc("foobar", 2)
    Condition
      Error in `str_trunc()`:
      ! `width` (2) is shorter than `ellipsis` (3).
    Code
      str_trunc("foobar", 3, ellipsis = "....")
    Condition
      Error in `str_trunc()`:
      ! `width` (3) is shorter than `ellipsis` (4).

Generated by dwww version 1.15 on Fri Jun 21 22:07:55 CEST 2024.