f_keep: Print factor levels as they are

Description Usage Arguments Value Examples

View source: R/f_keep.R

Description

Print factor levels as they are

Usage

1
f_keep(x)

Arguments

x

factor

Value

factor with factor levels in order in which levels appear in oject.

Examples

1
2
 x <- factor(c("He", "Came", "To", "Sch"))
 f_keep(x)

jokagyeman/foofactors documentation built on May 19, 2019, 5:18 p.m.