days: Extract numeric days of month from a Date, POSIXct or POSIXlt...

Description Usage Arguments Value Examples

Description

Extract numeric days of month from a Date, POSIXct or POSIXlt vector.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
days(date)

## S3 method for class 'Date'
days(date)

## S3 method for class 'POSIXct'
days(date)

## S3 method for class 'POSIXlt'
days(date)

Arguments

date

Date, POSIXct or POSIXlt vector

Value

A numeric vector.

Examples

1
2
3
4

yapomif documentation built on May 2, 2019, 4:51 p.m.