allDates {ThomasJeffersonUniv} | R Documentation |
All Dates in a Time Interval
Description
Find all Dates in a time interval.
Usage
allDates(x)
## S3 method for class 'integer'
allDates(x)
## S3 method for class 'character'
allDates(x)
## S3 method for class 'yearmon'
allDates(x)
## S3 method for class 'yearqtr'
allDates(x)
Arguments
x |
R objects, such as |
Details
Function allDates returns all Dates in a given time interval.
Value
Function allDates returns a Date vector.
[Package ThomasJeffersonUniv version 0.1.2 Index]