extract_Mo: Create middle IQR string from numeric vector

Description Usage Arguments Value Examples

Description

Create middle IQR string from numeric vector

Usage

1
extract_Mo(x, format = "%Y-%m-%d", numeric = F)

Arguments

x

character string

format

Date string format

Value

Month as a character string

Examples

1
2
3
4
5
6
extract_Mo(Sys.Date())
extract_Mo("1989-03-12")
extract_Mo("1989-03-12",numeric = T)
extract_Mo("031289", format = "%m%d%y")
extract_Mo("031289", format = "%m%d%y", numeric = T)
extract_Mo("12_1989_03", format = "%d_%Y_%m")

Ajfrick/AVRCHelp documentation built on May 28, 2019, 1:34 a.m.