knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The iching package is for consulting the I Ching from within R.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("joekroese/iching")
You can generate a hexagram in one line.
library(iching) generate_hexagram()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.