check_factor: Check whether the input is a factor

Description Usage Arguments Value Examples

Description

This is a function which is used to double check whether the input is a factor or not and will return the true or false judgement

Usage

1

Arguments

a

input

Value

true: if it is a factor; false: if it is not a factor

Examples

1
2
check_factor(factor(c("hits","hits","your", "eyeballs")))
check_factor(factor(c("but","integer", "where it", "counts", "but")))

arthursunbao/foofactors documentation built on May 29, 2019, 2:33 p.m.