Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 427 Bytes

File metadata and controls

26 lines (16 loc) · 427 Bytes

libminer

The goal of libminer is to ...

Installation

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

# install.packages("devtools")
devtools::install_github("jenfransson/libminer")

Example

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

library(libminer)
## basic example code