powered by
Use this function to quickly construct a term_rcrd object.
new_term_rcrd( x = data.frame(par = character(), dim = I(list()), stringsAsFactors = FALSE) )
A data frame with columns par and dim.
new_term()
new_term_rcrd() if (FALSE) { new_term_rcrd(data.frame( par = c("x", "x", "y"), dim = I(list(1, 2, c(2,2))), stringsAsFactors = FALSE )) }
Run the code above in your browser using DataLab