fars_summarize_years: summarize the no of fatals by MONTH, for each year in the...

Description Usage Arguments Value Examples

Description

sample input and output ———————————— > fars_summarize_years(c(2013,2014)) # A tibble: 12 x 3 MONTH '2013' '2014' <int> <int> <int> 1 1 2230 2168 2 2 1952 1893 3 3 2356 2245 4 4 2300 2308 5 5 2532 2596 6 6 2692 2583 7 7 2660 2696 8 8 2899 2800 9 9 2741 2618 10 10 2768 2831 11 11 2615 2714 12 12 2457 2604

Usage

1

Arguments

years

sample c(2013,2014)

Value

summary of the no of fatals by MONTH, for each year in the spread format.

Examples

1
2
3
4
## Not run: 
fars_summarize_years(c("2013", "2014"))

## End(Not run)

dappaduppa/ddweek4pkg documentation built on May 26, 2019, 9:31 a.m.