poissonconsulting / fish-passage-22

0 stars 1 forks source link

load of wq data through `read-water-temp.R` fails #7

Closed NewGraphEnvironment closed 7 months ago

NewGraphEnvironment commented 8 months ago

looks like the data is there. More familiar with purrr than for loops so I won't fiddle

image

nehill197 commented 7 months ago

The for loop was working for me. I tried changing to purrr::map, see if that fixes it for you. If not, my suspicion is that the error may have something to do with a different encoding of the csv files on your machine, so I would play around with the arguments to read_csv.

NewGraphEnvironment commented 7 months ago

ran with the purrr::map call!

won't bother getting into why for now