Skip to content
Prev 389808 / 398506 Next

Date

Val
Thank you All.
The issue was not reading different file. I just mistyped the column
name, instead of typing My_date I typed mydate in the email.  The
problem is solved by using this
    dat=read.csv("myfile.csv",stringsAsFactors=FALS)
suggested by Jim.
On Thu, Nov 4, 2021 at 7:58 PM Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: