Commit | Line | Data |
---|---|---|
46952971 BA |
1 | % Generated by roxygen2: do not edit by hand |
2 | % Please edit documentation in R/utils.R | |
3 | \name{dateIndexToInteger} | |
4 | \alias{dateIndexToInteger} | |
5 | \title{dateIndexToInteger} | |
6 | \usage{ | |
7 | dateIndexToInteger(index, data) | |
8 | } | |
9 | \arguments{ | |
10 | \item{index}{Date (or integer) index} | |
11 | ||
12 | \item{data}{Object of class \code{Data}} | |
13 | } | |
14 | \description{ | |
15 | Transform a (potential) date index into an integer (relative to data) | |
16 | } | |
17 |