rossyndicate / poudre_sonde_network

MIT License
0 stars 7 forks source link

API pull broken #86

Closed SamStruthers closed 9 months ago

SamStruthers commented 9 months ago

Attempted to run the QAQC script and got the following error: Error in filter(): ℹ In argument: !grepl("vulink", name, ignore.case = TRUE). Caused by error: ! object 'name' not found

I would investigate but don't want to alter downstream uses that y'all might be working on

juandlt-csu commented 9 months ago

This was an error in the QAQC targets pipeline or the Rmd script?

SamStruthers commented 9 months ago

RMD (line: all_data <- munge_api_data(api_path = "data/api/historical_api_data/") Have not yet looked into the targets pipeline/ wasn't aware of it yet

juandlt-csu commented 9 months ago

I think I fixed the error in munge_api_data(). You can go ahead and git pull and try again. If that works you can go ahead and close this issue.

SamStruthers commented 9 months ago

Fixed! Thanks