fbind: Bind two factors Wurds

View source: R/small_functions.R

fbindR Documentation

Bind two factors Wurds

Description

Create a new single factor from two other factors without dumbly converting them to integers

Usage

fbind(a, b)

Arguments

a

factor

b

factor

Value

factor

Examples

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


mikedolanfliss/cascadejoin documentation built on Jan. 25, 2025, 10 p.m.