README.md

iching

R-CMD-check

The iching package is for consulting the I Ching from within R.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("joekroese/iching")

Example

You can generate a hexagram in one line.

library(iching)
generate_hexagram()
#> # A tibble: 6 x 1
#>    line
#>   <dbl>
#> 1     7
#> 2     8
#> 3     8
#> 4     9
#> 5     8
#> 6     9


joekroese/iching documentation built on Dec. 21, 2021, 1:17 a.m.