candysurvey

[QUICK REFERENCE]: The candy survey data is contained in the candysurvey R object of this package.

About the data

A attempt at the cleanup of David Ng and Ben Cohen's 2015 Halloween Candy Hierarchy survey data

Installation

You can install candysurvey from GitHub:

devtools::install_github("csiu/candysurvey")

Usage

Load the package:

library(candysurvey)
library(dplyr) ## using dplyr because the data is a tbl_df object
candysurvey

## Lets take a glimpse at the data
candysurvey %>% glimpse()

Plain text delimited files

I make available the plain text, comma delimited, .csv file of the candy survey data:

Acknowledgement

This work -- as part of my STAT 547M coursework -- is inspired by @jennybc/candy.



csiu/candyplay documentation built on May 14, 2019, 12:24 p.m.