get_dataset()
now takes thecol_select
androw_filter
arguments allowing filtering of data. (#46)- Failed calls will be retried up to 3 times using
httr::RETRY()
. (#45 and #47) - Improvements to
get_resource_sql()
error checks and messages and better handling of spaces and new lines. (#41)