remotes::install_github("chuvanan/luckynumbers")
require(luckynumbers) require(data.table) aaaaaab <- lucky_number_generator(7, x1 == x2 & x2 == x3 & x3 == x4 & x4 == x5 & x5 == x6 & x6 != x7) head(aaaaaab) aaaaabb <- lucky_number_generator(7, x1 == x2 & x2 == x3 & x3 == x4 & x4 == x5 & x5 != x6 & x6 == x7) head(aaaaabb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.