knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

farsdata

The goal of farsdata is to show how to build a package

Installation

You can install farsdata from GitHub with:

# install.packages("devtools")
devtools::install_github("FlorianHandke/coursera_building_r_packages")

Example

This is a basic example which shows you how to solve a common problem:

library(farsdata)
fars_map_state(1, 2013)


FlorianHandke/coursera_building_r_packages documentation built on July 15, 2020, 12:54 a.m.