new_term_rcrd: Construct a New Term Record Object

View source: R/new-term-rcrd.R

new_term_rcrdR 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

new_term()

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)

term documentation built on Sept. 29, 2022, 5:14 p.m.