Update to healthyR.data 1.1.0

[This article was first published on Steve's Data Tips and Tricks, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Announcing the Latest Updates to the healthyR.data R Package

I’m excited to share the latest updates to the healthyR.data R package! This release brings new functionality and minor improvements, all aimed at making your data management tasks easier and more efficient. Here’s a breakdown of what’s new:

New Functions

get_cms_meta_data()

This new function is designed to retrieve metadata from the Centers for Medicare & Medicaid Services (CMS). Whether you’re working on health research, policy analysis, or clinical studies, this function provides a straightforward way to access essential CMS data.

Learn more about get_cms_meta_data()

Syntax:

get_cms_meta_data(
  .title = NULL,
  .modified_date = NULL,
  .keyword = NULL,
  .identifier = NULL,
  .data_version = "current",
  .media_type = "all"
)

get_provider_meta_data()

Similarly, the get_provider_meta_data() function allows you to fetch metadata related to healthcare providers. This can be particularly useful for projects that require comprehensive information about provider attributes and characteristics.

Learn more about get_provider_meta_data()

Syntax:

get_provider_meta_data(
  .identifier = NULL,
  .title = NULL,
  .description = NULL,
  .keyword = NULL,
  .issued = NULL,
  .modified = NULL,
  .released = NULL,
  .theme = NULL,
  .media_type = NULL
)

fetch_cms_data() and fetch_provider_data()

We’ve also added fetch_cms_data() and fetch_provider_data(), two powerful functions for fetching actual data from CMS and healthcare providers, respectively. These functions are perfect for those who need to integrate large datasets into their workflows seamlessly.

Learn more about fetch_cms_data()

Learn more about fetch_provider_data()

Syntax:

fetch_cms_data(.data_link)
fetch_provider_data(.data_link)

Minor Fixes and Improvements

Bug Fix in current_hosp_data()

We’ve addressed a bug related to directory file paths in the current_hosp_data() function. This fix ensures smoother operation and better reliability when managing hospital data.

Learn more about current_hosp_data()

No Breaking Changes

I’m pleased to report that this update does not include any breaking changes. You can upgrade to the latest version without worrying about compatibility issues with your existing code.

Conclusion

These enhancements to the healthyR.data package are all about providing more robust tools for healthcare data analysis. I hope these new functions and fixes will improve your workflows and make your data management tasks more efficient.

As always, I welcome your feedback and suggestions. Happy coding!

Best regards, Steve Sanderson


Feel free to reach out if you have any questions or need further assistance with these new features. Your feedback is invaluable in helping us improve healthyR.data continuously.

To leave a comment for the author, please follow the link and comment on their blog: Steve's Data Tips and Tricks.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)