fars_summarize_years: Summarize datasets

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This functions summarize the dataset(s) by years and month.

Usage

1

Arguments

years

A integer representing a specific year

Value

A tibble that contains the count of measures per month and year

Examples

1
2
3
4
5
6
7
## Not run: 
x <- c(2014, 2015)
fars_summarize_years(x)

fars_summarize_years(2013)

## End(Not run)

jpmaillard/Fars_Project_Mastering_R_Development documentation built on Jan. 30, 2020, 12:24 a.m.