Want to create a seq of minutes from starting date to end date, but leave out Saturday and Sunday in the output.
I can create the sequence, but don't know how to leave out saturdays and sundays..
And also do not want the seconds part in the output, as well as the "IST" part.
seq.POSIXt( as.POSIXct( "2019/06/21"), as.POSIXct( "2019/06/30"), "min")
If there is any other function or method to do it any faster, or simpler, would be much appreciated. TIA