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

foRest

This will be my personal package with frequently used code

Installation

I don't ever expect this to get to CRAN, but you can install it using devtools::install_github() like so:

<!-- devtools::install_github("forrest.diamond/foRest") -->

Functions

helpers.R

Here is where my helpers.R examples will live

## basic example code

scrapers.R

Here is where my scrapers.R examples will live

## basic example code

Data

Here is where any stored data examples will live

## basic example code


forrestdiamond/foRest documentation built on June 1, 2019, 3:56 a.m.