dwww Home | Show directory contents | Find package

# errors

    Code
      make_ansi_style(1:10)
    Condition
      Error:
      ! `style` must be an ANSI style
      i an ANSI style is a character scalar (cli style name, RGB or R color name), or a [3x1] or [4x1] numeric RGB matrix
      i `style` is an integer vector

# make_ansi_style

    Code
      make_ansi_style(1:10)
    Condition
      Error:
      ! `style` must be an ANSI style
      i an ANSI style is a character scalar (cli style name, RGB or R color name), or a [3x1] or [4x1] numeric RGB matrix
      i `style` is an integer vector

---

    Code
      make_ansi_style("foobar")
    Condition
      Error:
      ! Unknown style specification: "style", it must be one of
      * a builtin cli style, e.g. "bold" or "red",
      * an R color name, see `?grDevices::colors()`.
      * a [3x1] or [4x1] numeric RGB matrix with, range 0-255.

Generated by dwww version 1.15 on Fri Jun 21 07:33:32 CEST 2024.