rossyndicate / poudre_sonde_network

MIT License
0 stars 8 forks source link

Ironed out sub-daily index bugs #131

Closed juandlt-csu closed 5 months ago

juandlt-csu commented 5 months ago

The base R solution to updating the rows in the verified df was not working as intended. The correct row would be replaced, but the information that would be updated in the row was incorrect. Transitioned to a less sleek dplyr method, but it actually works.