knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of fars is to handle FARS dat (week 4 final assignment for the "Building R Packages" on Coursera).
To install this package to run on your system, please first install and load the devtools package. Then you may install and load this package from GitHub with:
# install.packages("devtools") devtools::install_github("BFavetto/fars")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.