Recent Releases of https://github.com/cdcgov/ephtrackr
https://github.com/cdcgov/ephtrackr - V1.0.1
Version 1.0.1
Minor update with improved API token handling and minor bug fixes
- R
Published by nskaff almost 3 years ago
https://github.com/cdcgov/ephtrackr - v1.0.0
Version 1.0.0
First stable release of EPHTrackR!
- listgeographies() function deprecated and replaced by listGeographicItems()
- listgeographytypes() function deprecated and replaced by list_GeographicTypes()
- liststratificationlevels() deprecated and replaced by list_StratificationLevels()
- liststratificationvalues() deprecated and replaced by list_StratificationTypes()
- update_inventory() function deprecated
- listtemporal() function deprecated and replaced by listTemporalItems(). Note that "child temporal items" no longer exist in the output. "Temporal items" represent the lowest level temporal period reported for a measure. Some measures may still have "parent temporal items" if the lowest-level "temporal item" is sub-annual.
- get_data() function now uses a POST request to contact the API instead of GET requests to allow for long API calls (e.g., situations where many years are called)
- Removed geotypeID argument in favor of specifying either geography names or IDs in the geo_type argument
- Removed stratlevelID argument in favor of specifying either stratification names, abbreviations or IDs in the stratlevel argument
- Now allowing full stratification names to be specified in the strat_level argument
- Advanced options can now be requested for particular levels (e.g., male only) using the stratItems argument in the get_data() function
- Separate output columns listing each stratification level have been added to get_data() outputs with multiple stratItems (advanced options)
- Added support for Tracking API tokens in all function calls
- Created the trackingapitoken() function to save Tracking API token so that they don't need to specified in every call
- Intelligible error messages are now produced if the API returns a 404 status code
- Many other error messages were added to clarify common problems
- Data that were previously packaged with the package have been removed in favor or direct calls to the Tracking API
- Removed requirement to enter the format of measure entries (e.g., ID, name etc.)
- R
Published by nskaff over 3 years ago