dwww Home | Show directory contents | Find package

# as_flag

    Code
      as_flag("boo", FALSE)
    Warning <simpleWarning>
      Invalid option value: `boo`, must be TRUE or FALSE
    Output
      [1] FALSE

---

    Code
      as_flag("boo", TRUE, "thisthat")
    Warning <simpleWarning>
      Invalid `thisthat` option value: `boo`, must be TRUE or FALSE
    Output
      [1] TRUE

Generated by dwww version 1.15 on Sun Jun 23 03:43:05 CEST 2024.