On Wed, 5 Sep 2018, Duncan Murdoch wrote:
This might just be a typo in your message, but as.character() is the function you want, not as.Character().
Duncan, Yes, it is a typo.
The other typo or error above is that you are trying to convert dp$sampdate, but the dataframe has no column with that name according to the lines above.
I now see this. Many thanks, Rich ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.