search for: spltime

Displaying 1 result from an estimated 1 matches for "spltime".

Did you mean: sltime
2007 Apr 19
1
Error with strptime
Dear All, I am trying to convert to POSIXct after pasting a date and a time in character format with strptime. It is probably obvious but I don't understand why I get an error message after bsamp$spltime<-strptime(test,format="%d-%B-%y %H:%M") whereas I can get what I want if I do it in 2 steps and rbinding ? Thanks and best regards, Jean-Louis This is the R console output > bsamp<-read.table("bsampl2.csv",header=T,sep=";") > names(bsamp)<-tolower(na...