R/building.an.R.package.R

#' building.an.R.package: A package for coursera assigment.
#'
#' This package provides three categories of important functions regarding FARS:
#' \code{Reading in}, \code{Summarizing}, \code{Plotting}
#'
#' @section Reading in:
#' \itemize{ For reading in the whole file:
#'   \item  \code{\link{fars_read}}
#'   \item  \code{\link{fars_read_years}}
#' }
#'
#' @section Summarizing:
#' \itemize{ For reading in the whole file:
#'   \item  \code{\link{fars_summarize_years}}
#' }
#'
#' @section Plotting:
#' \itemize{ For reading in the whole file:
#'   \item  \code{\link{fars_map_state}}
#' }
#'
#' To learn more about the package, start with the vignette: browseVignettes(package = "building.an.R.package")
#'
#' @docType package
#' @name building.an.R.package
NULL
Davidovich4/building.an.R.package documentation built on May 29, 2019, 2:08 p.m.