Added flexibility in read_ssrs for user-specified curl options.
phrdwRdata 1.2.1
phrdwRdata 1.2.0
New feature: create Powershell commands for batch scripting.
phrdwRdata 1.1.1
Fixed bug due to mis-join of surveillance_region_ha vs health_authority.
This reconciles “col” and “param_name”.
Fixed bug when pulling identifiers.
Included a more verbose connection check message, indicating which SQL driver is being attempted.
Added year_arrived_in_canada to TB Client.
phrdwRdata 1.1.0
Added read_ssrs function to support user’s R pipeline retrieving data from SSRS reports.
Added new datasets for various service lines.
Minor bug fixes in SQL joins when there are duplicate columns from both sides.
phrdwRdata 1.0.0
Integrated olapR.
Removed deprecated packages like RODBCext.
Rebuilt handling SQL and MDX queries to supercede legacy functions.
Instead of one (or two) scripts per datamart, and one function per dataset, query information is tabulated and parsed by a single function (one each for RDB and OLAP).
This makes the control of information much easier to manage. and can be leveraged for helpful error messages.
Improved call time for SQL calls with dbplyr and optimization.