class.val: Validates acceptable classes of inputs Set single or multiple...

View source: R/util_val.R

class.valR Documentation

Validates acceptable classes of inputs Set single or multiple inputs to TRUE. This is what the fn accepts. If x is any one of these a single TRUE will be returned

Description

Validates acceptable classes of inputs Set single or multiple inputs to TRUE. This is what the fn accepts. If x is any one of these a single TRUE will be returned

Usage

class.val(
  x,
  int = FALSE,
  int.sing = FALSE,
  int.mult = FALSE,
  num = FALSE,
  num.sing = FALSE,
  num.mult = FALSE,
  df = FALSE,
  cr = FALSE,
  cr.sing = FALSE,
  cr.mult = FALSE,
  cr.int = FALSE,
  cr.int.sing = FALSE,
  cr.int.mult = FALSE,
  ar = FALSE,
  ar.sing = FALSE,
  ar.mult = FALSE,
  ar.int = FALSE,
  ar.int.sing = FALSE,
  ar.int.mult = FALSE,
  crbg = FALSE,
  crbg.sing = FALSE,
  crbg.mult = FALSE,
  cnvr = FALSE,
  cnvr.sing = FALSE,
  cnvr.mult = FALSE,
  cnvr.ft = FALSE,
  cnvr.ft.sing = FALSE,
  cnvr.ft.mult = FALSE,
  insp = FALSE
)

januarharianto/respR documentation built on April 20, 2024, 4:34 p.m.