knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

hcup.data

This package provides datasets used by the Healthcare Cost and Utilization Project (HCUP). It is used to support the hcup package

Installation

You can install the development version of hcup.data from GitHub with:

# install.packages("devtools")
devtools::install_github("HunterRatliff1/hcup.data")

Data included

Below are the datasets in this package. Use ?<dataset> for details

library(hcup.data)
x <- data(package="hcup.data")
df <- data.frame(
  dataset     = x[["results"]][,3],
  description = x[["results"]][,4]
)
knitr::kable(df)


HunterRatliff1/hcup.data documentation built on Aug. 5, 2023, 2:40 p.m.