VA SAIL metrics are a way of summarizing VA hospital performance data. Individual data sets by location are available for download from VA.gov. These are excel files formatted with banners and special characters that produce a large amount of dirtiness when the data are imported into R:

sail_tidy

To make these data easier to handle in R, sail_tidy will download, import, and wrangle the dataset into a clean data frame that’s easier to analyze in R.

Using map_df from the purrr package you can create a data frame of metrics from several sites:

This can then easily be explored within the tidyverse