Displaying 1 result from an estimated 1 matches for "work_tabl".
Did you mean:
work_table
2010 Jan 06
2
problem with strptime and 2010 dates
Hi, I'm reading data from a text file and transforming it in R and my date
column seems to be getting corrupted. Can someone point out what's wrong?
This code worked fine until I added a new date in 2010.
thank you.
To load the data I run:
work_table = read.table(datafilename,header=TRUE) #read the
data file
attach(work_table) #attach
the file for ease of use
names(work_table) =
c( "cur_date", "week", "time_pct", "compl", "work_del...