Description Usage Arguments Value Examples
Get the number of terms in between two terms
1 | term_duration(x, y)
|
x |
a term object |
y |
a term object |
integer
1 2 3 4 | x <- term(20104)
y <- term(20144)
term_duration(x, y)
term_duration(y, x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.