Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 660 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 660 Bytes

etc

The goal of etc is to provide me with extraneous functions to make my life easier. It’s just a variety of bits and bobs in a nutshell.

Installation

You can install the development version of etc from GitHub with:

# install.packages("devtools")
devtools::install_github("natalia-mlad/etc")

Example

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

library(etc)
## basic example code
# TODO: add basic examples