Trying to create a graph with the dygraphs package. I've converted the dates using as.Date() but I'm getting this message:
Error in as.POSIXlt.character(x, tz, ...) :
character string is not in a standard unambiguous format
The first few rows of my data looks like this:
Date Depth Fecal.Coliform Dissolved.Oxygen
1 1992-05-02 0.5 6.0 NA
2 1992-05-15 0.5 NA 9.900000
3 1992-05-31 0.5 NA 8.800000
4 1992-06-11 0.5 NA 8.900000