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
get_flow_data() will fail if readNWISdv() returns no rows for a site, because bind_rows() does not know how to handle the empty dataframes. Proposed fix: skip dataframes with zero rows before binding rows. See last 5 lines below for the code fix.
get_flow_data() will fail if readNWISdv() returns no rows for a site, because bind_rows() does not know how to handle the empty dataframes. Proposed fix: skip dataframes with zero rows before binding rows. See last 5 lines below for the code fix.
The text was updated successfully, but these errors were encountered: