knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

RCapstone

The goal of RCapstone is to clean, timeline and map NOAA Significant Earthquake data. The package was built for the Capstone project of the Coursera Mastering Software Development in R specialization.

Installation:

To install the package first install and load the devtools package. Then run:

devtools::install_github("JulianTWolf/RCapstone")
library(RCapstone)


JulianTWolf/RCapstone documentation built on May 3, 2019, 4:02 p.m.