View source: R/new-term-rcrd.R
new_term_rcrd | R Documentation |
Use this function to quickly construct a term_rcrd object.
new_term_rcrd(
x = data.frame(par = character(), dim = I(list()), stringsAsFactors = FALSE)
)
x |
A data frame with columns par and dim. |
new_term()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.