Matt-Brigida / EIAdata

R Wrapper for the Energy Information Administration (EIA) API
16 stars 15 forks source link

Add encoding arg for httr content calls #21

Closed steveputman closed 1 year ago

steveputman commented 1 year ago

This is a fiddly, take-it-or-leave-it PR: it adds encoding = "UTF-8" on all the httr::content() calls to avoid httr throwing the warnings about missing encoding.

Matt-Brigida commented 1 year ago

This commit is helpful, thank you very much.