Learn R Programming

term (version 0.1.0)

c.term: Combine Term Vectors

Description

Combine Term Vectors

Usage

# S3 method for term
c(..., recursive = FALSE)

Arguments

...

Term vectors to concatenate

recursive

Ignored.

Value

A term vector.

See Also

term-vector()

Examples

Run this code
# NOT RUN {
c(NA_term_, "b", "a[1]", "")
# }

Run the code above in your browser using DataLab