The goal of lanci is to … nothing yet.
Don’t believe anything written below!
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")
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.