knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This package provides datasets used by the Healthcare Cost and Utilization Project (HCUP). It is used to support the hcup package
You can install the development version of hcup.data from GitHub with:
# install.packages("devtools") devtools::install_github("HunterRatliff1/hcup.data")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.