Learn R Programming

LLMTranslate (version 0.2.0)

run_app: Launch the LLM Survey Translator shiny app

Description

Launch the LLM Survey Translator shiny app

Usage

run_app(...)

Value

No return value, called for side effects (launches a shiny app).

Arguments

...

Passed to shiny::runApp.

Examples

Run this code
if (interactive()) {
  run_app()
}

Run the code above in your browser using DataLab