term_duration: Get the number of terms in between two terms

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Get the number of terms in between two terms

Usage

1

Arguments

x

a term object

y

a term object

Value

integer

Examples

1
2
3
4
x <- term(20104)
y <- term(20144)
term_duration(x, y)
term_duration(y, x)

ir-sfsu/intermittent documentation built on Jan. 2, 2022, 6:42 a.m.