README.md

lanci

The goal of lanci is to … nothing yet.

Don’t believe anything written below!

Installation

You can install the released version of lanci from CRAN with:

install.packages("lanci")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("gordanz/lanci")

Example

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

library(lanci)
## basic example code
univariate_table(c(1,2,3), c(0.1,0.2,0.7))
1 2 3 0.1 0.2 0.7

gordanz/lanci documentation built on Oct. 16, 2020, 5:09 p.m.