NEWS.md
row_filter
arguments of get_dataset()
and get_resource()
. (#54)get_dataset()
now takes the col_select
and row_filter
arguments allowing filtering of data. (#46)httr::RETRY()
. (#45 and #47)get_resource_sql()
error checks and messages and better handling of spaces and new lines. (#41)get_dataset()
and get_resource()
gain a new parameter include_context
which allows adding context such as the resource ID and modified / created dates to returned data (#24).%>%
) is now exported (#29).get_dataset()
will now suggest multiple dataset names, when the dataset you’ve asked for doesn’t exist (i.e. there’s a typo) and there are multiple likely candidates (#28).list_datasets()
and list_resources()
allow browsing available datasets and resources (#10).get_latest_resource()
retrieves the most recent resource from a dataset with additional context such as the resource ID and modified / created dates (#36).get_dataset()
, get_resource()
and get_resource_sql()
functions added.