Learn R Programming

timeDate (version 3042.101)

length: Length of a 'timeDate' Object

Description

Returns the length of a 'timeDate' object.

Usage

# S3 method for timeDate
length(x)

Arguments

x

an object of class timeDate.

Value

returns an integer of length 1.

Examples

Run this code
# NOT RUN {
## timCalendar -
   tC = timeCalendar()
   
## length - 
   length(tC)
# }

Run the code above in your browser using DataLab