search for: data_posix

Displaying 3 results from an estimated 3 matches for "data_posix".

2024 May 28
2
add only the 1st of May with POSIXct
...I need to get rid of the days from the 2nd of May to the 31st of October: a <- as.POSIXct("2002-11-01", format = "%Y-%m-%d", tz="Etc/GMT-1") b <- as.POSIXct("2004-06-01", format = "%Y-%m-%d", tz="Etc/GMT-1") mydf <- data.frame(data_POSIX=seq(as.POSIXct(paste(format(a, "%Y-%m-%d"), "09:00:00", sep=""), format="%Y-%m-%d %H:%M:%S", tz="Etc/GMT-1"), as.POSIXct(paste(format(b, "%Y-%m-%d"), "09:00:00", sep=""), format="%Y-%m-%d %H:%M:%S", tz="E...
2024 May 29
1
add only the 1st of May with POSIXct
...rom the 2nd of May to the 31st of October: > > > a <- as.POSIXct("2002-11-01", format = "%Y-%m-%d", tz="Etc/GMT-1") > > b <- as.POSIXct("2004-06-01", format = "%Y-%m-%d", tz="Etc/GMT-1") > > mydf <- data.frame(data_POSIX=seq(as.POSIXct(paste(format(a, "%Y-%m-%d"), "09:00:00", sep=""), format="%Y-%m-%d %H:%M:%S", tz="Etc/GMT-1"), as.POSIXct(paste(format(b, "%Y-%m-%d"), "09:00:00", sep=""), format="%Y-%m-%d %H:%M:%S", tz="E...
2024 May 28
1
add only the 1st of May with POSIXct
...the 2nd of May to the 31st of October: > > > a <- as.POSIXct("2002-11-01", format = "%Y-%m-%d", tz="Etc/GMT-1") > > b <- as.POSIXct("2004-06-01", format = "%Y-%m-%d", tz="Etc/GMT-1") > > mydf <- data.frame(data_POSIX=seq(as.POSIXct(paste(format(a, "%Y-%m-%d"), "09:00:00", sep=""), format="%Y-%m-%d %H:%M:%S", tz="Etc/GMT-1"), as.POSIXct(paste(format(b, "%Y-%m-%d"), "09:00:00", sep=""), format="%Y-%m-%d %H:%M:%S", tz="E...