is_fct_or_chr: check if is factor or character

View source: R/transfer.R

is_fct_or_chrR Documentation

check if is factor or character

Description

check if is factor or character

Usage

is_fct_or_chr(x)

Arguments

x

Examples

is_fct_or_chr(as.factor(c(1,2,3,3,4,2,2,1)))
is_fct_or_chr(c("A","A","B","c"))

fjoe88/d8ahelper documentation built on Feb. 6, 2023, 7:55 a.m.