How do I subset an xts object to only include weekdays (Mon-Fri, with Saturday and Sunday excluded)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s what I’d do:
EDIT:
Joshua Ulrich in comments points out a better solution using
.indexwday(), one of a family of built-in accessor functions for extracting pieces of the index ofxtsclass objects. Also, like Dirk Eddelbuettel’s solution, the following should be locale-independent: