parseDays: Convert character vector of dates to numeric vector of...

View source: R/parseDays.R

parseDaysR Documentation

Convert character vector of dates to numeric vector of days-of-month

Description

Function to convert a character vector of dates to a numeric vector of days-of-month.

Usage

parseDays(x, format = "MM/DD/YYYY")

Arguments

x
  • the character vector to convert

format
  • the date format (e.g. 'MM/DD/YYYY','DD-MON-YYYY')

Details

None.

Value

numeric vector of day of month (1-31)


wStockhausen/wtsUtilities documentation built on Aug. 18, 2024, 11:48 p.m.