Learn R Programming

timeDate (version 290.84)

summary-methods: Summary Method

Description

Summarizes details of a 'timeDate' object.

Usage

## S3 method for class 'timeDate':
summary(object, \dots)

Arguments

object
an object of class timeDate.
...
arguments passed to other methods.

Value

  • returns a summary report of the details of a timeDate object. This includes the starting and end date, the number of dates the format and the financial center in use.

Examples

Run this code
## summary -
   tC = timeCalendar()
   summary(tC)

Run the code above in your browser using DataLab