describe | R Documentation |
tm
vectorDescribe attributes of a tm
vector
describe(x, property)
x |
A vector |
property |
A character vector of the following attributes of a |
A list of term = property
pairs, where the term is the name of the
element (e.g. could be the ‘role’ of the term).
f <- .o(output) ~ .x(input) + .m(mediator) + random
t <- tm(f)
describe(t, "role")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.