fars_summarize_years: fars_summarize_years

Description Usage Arguments Value Note Examples

View source: R/fars_function.R

Description

This function summarizes the number of times the months appear for a specified vector of years.

Usage

1

Arguments

years

A numeric vector giving the year or years from which to select

Value

This function returns a data frame with the amount of times every month appears per year.

Note

There will be errors if the year is absent or the if the year is referenced to a non-existing object in the environment. There are warnings when the year or years are invalid (no existing filename with that year).

Examples

1
fars_summarize_years(c(2013,2014,2015))

kevortiz10/fars_package documentation built on Dec. 21, 2021, 6:36 a.m.