fac_bind: Concatonate factors

Description Usage Arguments Value Examples

View source: R/fac_bind.R

Description

This function will take two different factors of the form class(factor), and will concatonate such factors using internal indexing.

Usage

1
fac_bind(a, b)

Arguments

a

of the class class(factor)

b

of the class class(factor)

Value

A factor() class object

Examples

1
fac_bind(iris$Species[c(1,51,101)], PlantGrowth$group[c(1,11,21)])

shakkyaNV/FooFactors documentation built on March 8, 2021, 12:08 a.m.