fars_summarize_years: Function 'fars_summarize_years'

Description Usage Arguments Value Examples

Description

This function takes the returned values of other functions and summarizes the values by year and month.

Usage

1

Arguments

years

In the function call one ore more years are expected to be submitted. The dat_list object takes the input of the fars_read_years function and delivers the years value to it with the call. bin_rows comes from the dplyr package and takes the dat_list object and groups it by year and month. spread comes from the tidyr package and reorganizes the data according to year and the summarized value of n.

Value

A table with the columns for the months and each year.

Examples

1
2

FunWithForest/Rpackage_fars documentation built on May 20, 2019, 8:30 a.m.