fars_summarize_years: Count the number of entries per year and month

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Counts the number of entries grouped by year and month and returns the result as a tibble

Usage

1

Arguments

years

A vector of positive integers representing years of interest

Value

A tibble containing 1 row and a number n of columns corresponding to the number of years provided as a parameter

Examples

1
2
3
4
5
## Not run: 
df <- fars_summarize_years(2014)
df <- fars_summarize_years(c(2013,2014,2015))

## End(Not run)

GiuliaPais/BuildingRpackagesFinalAssigment documentation built on June 28, 2020, 12:22 a.m.