Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 477 Bytes

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")