Learn R Programming

RTConnect (version 0.1.4)

week.to.date: Character (Year and Week) Conversion Function to Date

Description

Function for converting from character (year and week) to date.

Usage

week.to.date(week)

Arguments

week
a character object to be converted.

Value

A Date object representing first day of the week.

See Also

date.to.week

Examples

Run this code
  week.to.date("2013W23")

Run the code above in your browser using DataLab