tarpuy: Interactive fieldbook designs

View source: R/tarpuy.R

tarpuyR Documentation

Interactive fieldbook designs

Description

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.

Details

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

Value

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

Examples


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


inti documentation built on Aug. 20, 2026, 5:08 p.m.