new_term | R Documentation |
Use this function to quickly construct a term object
from a character vector, without checking the input.
Use term()
to repair the input.
new_term(x = character())
x |
A character vector. |
new_term_rcrd()
new_term()
new_term(c("a", "b[1]", "b[2]"))
# Terms are not checked for validity:
new_term("r[")
repair_terms(new_term("r["))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.