#' NBA Player heights from 2008-9
#'
#' Heights of all NBA players from the 2008-9 season.
#'
#'
#' @name nba_heights
#' @docType data
#' @format A data frame with 435 observations (players) on the following 4
#' variables.
#' \describe{
#' \item{last_name}{Last name.}
#' \item{first_name}{First name.}
#' \item{h_meters}{Height, in meters.}
#' \item{h_in}{Height, in inches.}
#' }
#' @source Collected from [NBA](https://www.nba.com/).
#' @keywords datasets
#' @examples
#'
#' qqnorm(nba_heights$h_meters)
"nba_heights"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.