class.val | R 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
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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.