R/MusicianInterests-data.R

#' Survey about genre interests of some hobby musicians
#'
#' Tibble of what genre they are interested in, what instrument they play
#' and what level the play their instrument at (1 = beginner, 2 = intermediate,
#' 3 = experienced, 4 = very experienced, 5 = pro). Also there is an ID for
#' the musician.
#'
#' @docType data
#'
#' @usage data(MusicianInterests)
#'
#' @format An object of class \code{"data.frame"};

#' @examples
#' library(ggBubbles)
#' data(MusicianInterests)
#' head(MusicianInterests)
"MusicianInterests"

Try the ggBubbles package in your browser

Any scripts or data that you put into this service are public.

ggBubbles documentation built on Sept. 4, 2019, 9:02 a.m.