fivethirtyeight (version 0.4.0)

fivethirtyeight: fivethirtyeight: Data and Code Behind the Stories and Interactives at 'FiveThirtyEight'

Description

An R library that provides access to the code and data sets published by FiveThirtyEight https://github.com/fivethirtyeight/data. Note that while we received guidance from editors at 538, this package is not officially published by 538. Contribute to this package at https://github.com/rudeboybert/fivethirtyeight.

Arguments

Examples

Run this code
# NOT RUN {
# Example usage:
library(fivethirtyeight)
head(bechdel)

# All information about any data set can be found in the help file:
?bechdel

# To view a list of all data sets:
data(package = "fivethirtyeight")

# To view a detailed list of all data sets:
vignette("fivethirtyeight", package = "fivethirtyeight")

# Some data sets include vignettes with an example analysis:
vignette("bechdel", package = "fivethirtyeight")

# To browse all vignettes:
browseVignettes(package = "fivethirtyeight")
# }

Run the code above in your browser using DataLab