day: Extract the day from a date

View source: R/DbiDateFunctions.R

dayR Documentation

Extract the day from a date

Description

This function is provided primarily to be used together with dbplyr when querying a database. It will also work in dplyr against data frames.

Usage

day(date)

Arguments

date

The date.

Value

The day

Examples

day(as.Date("2000-02-01"))


OHDSI/DatabaseConnector documentation built on Jan. 31, 2024, 7:28 p.m.