availability
Check Data Availability
Description
Check the dates for which date is available.
Usage
availability(data.names, verbose=T)
Required Arguments
- data.names
- An object of class ("TSPADIdata", "TSdata"). See TSdata.TSPADIdata.
Optional Arguments
- verbose
- T or F indicating if the results should be printed.
Value
A list with elements start, end, and frequency.
Details
If verbose is T then the start, end, and frequency are printed for each
series in data.names. A list is return (invisibly) with the same information.
See Also
Examples
return to Table of Contents