#' Audio Features of Linkin Park Songs
#'
#' @md
#' @description A collection of spotify audio features of Linkin Park Albums
#'
#' @format A tibble of 6577 observations of 39 variables
#'
#' See the Spotify API documentation for audio features. https://developer.spotify.com/documentation/web-api/
#' @export
"audio_features"
#' Lyrics of Linkin Park Songs
#'
#' @md
#' @description A collection of genius lyrics of Linkin Park Albums
#'
#' @format A tibble of 8760 observations of 6 variables
#' + `artist`: Name of the artist
#' + `album` : Name of the album
#' + `track_title`: Name of the track
#' + `track_number`: Order track appears on album
#' + `line`: Line number of lyric
#' + `Lyric`: text of a given line
#'
#' @export
"genius_lycics"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.