powered by
Use this function to quickly construct a term object from a character vector, without checking the input. Use term() to repair the input.
term()
new_term(x = character())
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["))
Run the code above in your browser using DataLab