Learn R Programming

gunsales (version 0.1.0)

analysis: Run Statistical Analysis of Monthly Background Checks of Gun Purchase

Description

Run Statistical Analysis of Monthly Background Checks of Gun Purchase

Usage

analysis(debug = FALSE)

Arguments

debug
Optional boolean switch to indicate whether interim data is displayed; default is FALSE

Value

  • A data.frame is returned, contained all different prepared columns.

See Also

The NY Times article presenting this analsysi undertaken by this package is at http://www.nytimes.com/interactive/2015/12/10/us/gun-sales-terrorism-obama-restrictions.html?

Examples

Run this code
gs <- analysis()
plot_gunsales(gs)
ggplot_gunsales(gs)

Run the code above in your browser using DataLab