Recent Releases of phsopendata
phsopendata - 0.4.0
- Multiple filters can now be passed to the row_filter arguments of get_dataset() and get_resource(). (#54)
- Improved error reporting. (#53)
- R
Published by csillasch over 1 year ago
phsopendata - 0.3.0
get_dataset()now takes thecol_selectandrow_filterarguments 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)
- R
Published by csillasch over 1 year ago
phsopendata - 0.2.0
get_dataset()andget_resource()gain a new parameterinclude_contextwhich allows adding context such as the resource ID and modified / created dates to returned data (#24).- The magrittr pipe (
%>%) 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).- Two new functions
list_datasets()andlist_resources()allow browsing available datasets and resources (#10). - The new function
get_latest_resource()retrieves the most recent resource from a dataset with additional context such as the resource ID and modified / created dates (#36).
- R
Published by csillasch over 1 year ago
phsopendata - phsopendata 0.1.0
- Initial package release.
get_dataset(),get_resource()andget_resource_sql()functions added.
- R
Published by Tina815 about 3 years ago