Skip to contents

Invoke RStudio addin to create fieldbook designs

Usage

tarpuy(dependencies = FALSE)

Arguments

dependencies

Logical. If TRUE, install any missing TARPUY runtime dependencies using the local inst/tarpuy/setup.R script included with the installed inti package.

Value

A Shiny application launched with shiny::runApp().

Details

TARPUY allows users to create experimental designs through an interactive Shiny application.

Examples


if (interactive()) {
  inti::tarpuy()
}