USEPA / ccdR

Predecessor to ctxR. Utilities for Interacting with the CTX APIs in R without prior API knowledge. All data is also available on the CompTox Chemical Dashboard (CCD) https://comptox.epa.gov/dashboard/
https://github.com/USEPA/ctxR
GNU General Public License v3.0
2 stars 0 forks source link

No encoding supplied: defaulting to UTF-8. #13

Closed brown-jason closed 6 months ago

brown-jason commented 6 months ago

Throughout package "No encoding supplied: defaulting to UTF-8." message is displayed calling most endpoints. To resolve we can simply add encoding = "UTF-8" anytime httr::content is called