knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This package is work-in-progress!
This package is simply a shiny web app version of the edibble
package. The main aim is to construct experimental designs with a graphcial user interface.
Currently it's pretty bare with support only for completely randomised design.
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("emitanaka/edibbleGUI")
Once installed, simply run the command below to get started.
edibbleGUI::app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.