dwww Home | Show directory contents | Find package

# checks type of `into` and `sep`

    Code
      separate(dt, x, "x", FALSE)
    Error <simpleError>
      is.character(sep) is not TRUE

---

    Code
      separate(dt, x, FALSE)
    Error <simpleError>
      is.character(into) is not TRUE

Generated by dwww version 1.15 on Tue Jul 2 08:03:51 CEST 2024.