Skip to contents

Get the current PCH HAI Hospital data.

Usage

current_pch_hai_hospital_data(.data)

Arguments

.data

The data that results from the current_hosp_data() function.

Value

Gets the current PCH HCAHPS data from the current hospital data file.

Details

This function will obtain the current PCH HAI Hospital data from the output of the current_hosp_data() function, that is the required input for the .data parameter. This function only returns a single object.

Author

Steven P. Sanderson II, MPH

Examples

if (FALSE) {
current_hosp_data() |>
  current_pch_hai_hospital_data()
}