parse_monthYear: Parse month and year

Description Usage Arguments Value Examples

Description

Parse month and year

Usage

1

Arguments

string

Input vector. Either a character vector, or something coercible to one.

Value

an integer in the format 'YYYYMM'. This facilitates specifying conditions on which data is filtered.

Examples

1
2
string <- "Mar 2000"
parse_monthYear(string)

Framus94/HierarchiesAndCareers documentation built on June 5, 2019, 8:52 a.m.