You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Re-factor of eia_data():
Added dynamic error handling via metadata layer conditioned on new function argument check_metadata.
Forced start and end input values to character.
Forced length and offset input values to numeric.
Augmented sort functionality to now handle multiple, varying "asc"/"desc" inputs
to order as a list, rather than just one value of "asc" or "desc" applied to all
specified columns.
Improved error messaging with check_metadata = TRUE to more closely resemble
those provided by the API (i.e. with check_metadata = FALSE).