This is the package foofactors that includes functions that make handling factors easier.

Functions

fbind: binds two factors or sets of factors together frep: repeats a factor or set of factors n times freq_out: counts the number of each factor in a set

Examples

library(foofactors)

a <- "x"
b <- c("y","z")
fbind(a,b)

frep(b,n=3)

freq_out(b)


derekcho/foofactors documentation built on May 15, 2019, 3:58 a.m.