Possible Duplicate:
Find the day of a week in R
I have a data for days like 11-01-2011 etc. But I want to add the data corresponding the date as Monday, Tuesday etc. Is there any R package that contains the information of the dates with days?
I have a data for days like 11-01-2011 etc. But I want to add the data corresponding the date as Monday, Tuesday etc. Is there any R package that contains the information of the dates with days? |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
|||
|
|
|
The
|
|||
|
|
|
Here is some information to create your own library or routine Constants: day_of_month
month:
year
century
ALGORITHM
To Interpret Results:
Not a library, but as the pubic service jingle goes... "Read: The More you Know" Ref: http://bit.ly/PqF0M0 |
|||
|
|