fbind: Binds two factors, here sentences

View source: R/fbind.R

fbindR Documentation

Binds two factors, here sentences

Description

Binds two factors, here sentences

Usage

fbind(a, b)

Arguments

a

If a is defined as: (a <- factor(c("South", "Carolina","water", "use", "data")))

b

If b is defined as: (b <- factor(c("and", "package", "building", "exercise"))) c (a,b) factor(c(as.character(a), as.character(b)))

Value

: If fbind(a,b) is entered and run then it will join or bind those two sentences


capellett/scutils documentation built on Oct. 20, 2023, 5:38 p.m.