new_term_rcrd {term} | R Documentation |
Construct a New Term Record Object
Description
Use this function to quickly construct a term_rcrd object.
Usage
new_term_rcrd(
x = data.frame(par = character(), dim = I(list()), stringsAsFactors = FALSE)
)
Arguments
x |
A data frame with columns par and dim. |
See Also
Examples
new_term_rcrd()
## Not run:
new_term_rcrd(data.frame(
par = c("x", "x", "y"), dim = I(list(1, 2, c(2,2))),
stringsAsFactors = FALSE
))
## End(Not run)
[Package term version 0.3.5 Index]