fars_summarize_years: Summarize monthly observations

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function summarizes the number of observations for each month of the selected years.

Usage

1

Arguments

years

A vector containing the years to read.

Value

This function returns a dataframe. The first column indicates the month, and each subsequent column shows the number of observations in that month for a specific year.

Examples

1
2
3
4
## Not run: 
fars_summarize_years(2013:2015)

## End(Not run)

marioles/courserafars documentation built on July 6, 2020, 12:27 a.m.