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

scrap

The scrap package is a collection of useful R functions and code snippets. These are pieces I either wrote or (most likely) I discovered on StackOverflow and that I found useful in multiple occasions (> 3) in my personal or professional projects.

Installation

You can install scrap from github with:

# install.packages("devtools")
devtools::install_github("espinielli/scrap")


espinielli/scrap documentation built on Dec. 9, 2023, 11:25 p.m.