extract_Mo: Create middle IQR string from numeric vector

View source: R/extract_Mo.R

extract_MoR Documentation

Create middle IQR string from numeric vector

Description

Create middle IQR string from numeric vector

Usage

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

Arguments

x

character string

format

Date string format

Value

Month as a character string

Examples

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/ajfhelpR documentation built on June 30, 2023, 12:56 a.m.