fars_summarize_years: This is a function that selects files containing a specified...

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

The function "bind_rows", "group_by" and "summarizeis" are imported from #'external package "dplyr". The function "spread" is imported from external package "tidyr". the piping operator "

Usage

1

Arguments

years

A list containing years to select

Value

This function returns a summary with year and counts of each #'month appearances

Examples

1
2
3
4
WD <- setwd(system.file("extdata", package = "mypack"))
fars_summarize_years(2013)
fars_summarize_years(c(2013, 2014))
setwd(WD)

mtp22peng/mypack documentation built on May 17, 2019, 12:15 p.m.